On Tue, 25 Jul 2006, Dmitry Stogov wrote:

> Right now memory_get[peak_]usage() show the amount of REAL memory that PHP
> (Zend Memory Manager) takes from system.
> 
> Previous memory manager showed size of emalloc()-ed memory without malloc()
> overhead.
> Also it didn't consider internal caches.
> 
> We need decide which behavior to use before 5.2.0 release.

I would definitely want a more precise memory usage. However, we can 
add the new one as a different function (or atleast some internal value 
in AG). 

For now, this change breaks some BC with extensions (like Xdebug) that 
use AG(allocated_memory).

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to