develooper Front page | perl.perl6.internals | Postings from August 2002

[perl #15952] [PATCH] Minor doc fix in core.ops

Thread Next
From:
Simon Glover
Date:
August 2, 2002 14:39
Subject:
[perl #15952] [PATCH] Minor doc fix in core.ops
Message ID:
rt-15952-32716.9.27439145724705@bugs6.perl.org
# 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.







Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About