Applied, thanks.

Mike Lambert

Simon Glover wrote:

> Date: Fri, 02 Aug 2002 21:39:13 GMT
> From: Simon Glover <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: [perl #15952] [PATCH] Minor doc fix in core.ops
> Resent-Date: 2 Aug 2002 21:39:13 -0000
> Resent-From: [EMAIL PROTECTED]
> Resent-To: [EMAIL PROTECTED]
>
> # 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