# New Ticket Created by  Simon Glover 
# Please include the string:  [perl #15952]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15952 >



 mem_allocs_since_last_collect is the number of new blocks allocated,
 not the total memory allocated.

 Simon

--- core.ops.old        Fri Aug  2 17:32:26 2002
+++ core.ops    Fri Aug  2 17:33:32 2002
@@ -3797,7 +3797,7 @@ structures.
 =item 8 The number of headers (PMC or buffer) that have been allocated
 since the last DOD run.

-=item 9 The amount of memory allocated since the last GC run.
+=item 9 The number of new blocks of memory allocated since the last GC run.

 =item 10 The total amount of memory copied during garbage collections.






Reply via email to