RE: [PHP] Zend memory manager

2011-01-24 Thread Tommy Pham
From the search results, you'd see several links http://forums.zend.com. I'd say that's the best place to ask ;) From: Adi Mutu [mailto:adi_mut...@yahoo.com] Sent: Sunday, January 23, 2011 11:07 PM To: Tommy Pham Cc: php-general@lists.php.net; Daniel Brown Subject: Re: [PHP] Zend memory

RE: [PHP] Zend memory manager

2011-01-24 Thread Adi Mutu
I have asked also there..but no answerBut honestly i don't understand why you have reccomended me that forum..because i thougt these mailing lists are about php developing... Thanks,A.

Re: [PHP] Zend memory manager

2011-01-24 Thread Daniel Brown
On Mon, Jan 24, 2011 at 14:17, Adi Mutu adi_mut...@yahoo.com wrote: I have asked also there..but no answerBut honestly i don't understand why you have reccomended me that forum..because i thougt these mailing lists are about php developing... Because this is about

[PHP] Zend Memory Manager

2011-01-23 Thread Adi Mutu
Hello, This is my first mail here, i hope it's ok. Can somebody give me any hint to some docs about how the Zend mm works? I can't find any references on the net. I'm not interested in only emalloc, efree etc. but at an even lower level i mean about functions like _zend_mm_alloc_int,

[PHP] Zend memory manager

2011-01-23 Thread Adi Mutu
Hello, This is my first mail here, i hope it's ok. Can somebody give me any hint to some docs about how the Zend mm works? I can't find any references on the net. I'm not interested in only emalloc, efree etc. but at an even lower level i mean about functions like _zend_mm_alloc_int,

Re: [PHP] Zend memory manager

2011-01-23 Thread Daniel Brown
On Sun, Jan 23, 2011 at 09:10, Adi Mutu adi_mut...@yahoo.com wrote: Hello, This is my first mail here, i hope it's ok. Can somebody give me any hint to some docs about how the Zend mm works? I can't find any references on the net. I'm not interested in only emalloc, efree etc. but at

Re: [PHP] Zend memory manager

2011-01-23 Thread Adi Mutu
I have looked at the sources, but it's still not very clear to me Where should I ask this question than.? Sorry for the inconveniences! Thanks,

RE: [PHP] Zend memory manager

2011-01-23 Thread Tommy Pham
-Original Message- From: Adi Mutu [mailto:adi_mut...@yahoo.com] Sent: Sunday, January 23, 2011 12:14 PM To: Daniel Brown Cc: php-general@lists.php.net Subject: Re: [PHP] Zend memory manager I have looked at the sources, but it's still not very clear to me Where should I

Re: [PHP] Zend memory manager

2011-01-23 Thread Adi Mutu
Of course I have tried, but nothing ... The results or only aboyt emalloc/pemalloc familly. Nothing lower level about how these 2 functions are implemented or about the mm_heap struct of mm_block.