allocation during sleep ?
Does anobody know why the system allocate several dozen of kb while running this simple test ?
(defun test-allocation ()
(let ((allocation (system::total-allocation)))
(dotimes (i 100) (sleep 0.01))
(- (system::total-allocation) allocation)))
(test-allocation) => 34984 (??)
Thanks
Denis
-------------------------------------------------------
Denis Pousseur
70 rue de Wansijn
1180 Bruxelles, Belgique
Tel : 32 (0)2 219 31 09
Mail : denis.pousseur@gmail.com
-------------------------------------------------------