Missed this (a stray 'G'):

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 09 May 2001 17:33
> To: [EMAIL PROTECTED]
> Subject: cvs commit: apr/include apr_memory_system.h
> apr_tracking_memory_system.h apr_errno.h
> 
> 
> dreid       01/05/09 08:33:26
> 
>   Modified:    include  apr_errno.h
>   Added:       include  apr_memory_system.h apr_tracking_memory_system.h
>   Log:
>   Add a new error value APR_ENOCLEANUP that's used by the new 
> shared memory code.
>   Also start adding the new memory code.  I wasn't sure if we 
> wanted to split out
>   the standard memory allocation stuff from the main header as 
> this should be
>   our "standard" and thus normally needed. So, I left it in :)
>   
>   Obtained from:   Sander, Luke, Elrond
>   Reviewed by:         David Reid

[..]

>   /**
>    * Free a block of memory
>    * @param memory_system The memory system to use (should be the 
> same as the
>    *        one that returned the block)
>   G * @param mem The block of memory to be freed
>    * @deffunc void apr_memory_system_free(apr_memory_system_t 


Reply via email to