Re: [PHP-DEV] PHP4: php_module holds memory to long ! From: Stig Venaas (Stig.Venaas <email protected>)
Date: 01/10/01

On Wed, Jan 10, 2001 at 02:04:43PM -0500, Bill Stoddard wrote:
>
> Really?
>
> >From AIX docco...
> "The sbrk subroutine adds to the break value the number of bytes contained in
> the Increment parameter and changes the amount of available space accordingly.
> The Increment parameter can be a negative number, in which case the amount of
> available space is decreased."

Right, but I don't know of any malloc() implementations that returns
freed memory to the system.

Stig

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>