On Tue, 19 Nov 2002, Juerg Zgraggen wrote:

> hi derick
> thanx for answering...
>
> do i understand it right? this function is used for generating a memory leak
> which you want to test?

Yes it is.

> and whats about this function emalloc() ... i did not find it on php.net. i
> suppose it is used to alloc memory?

It's the Zend memory manager version of C's malloc(); this version will 
dump errors when the script ends and it was not freed. This mechanism 
can be tested with the PHP leak() function.

Derick

-- 

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


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

Reply via email to