Re: [PHP] Zend memory manager

2011-01-24 Thread Adi Mutu


Ok, Everything's clear now.Thanks for the help and sorry for incoveniences.




  

Re: [PHP] Zend memory manager

2011-01-24 Thread Daniel Brown
On Mon, Jan 24, 2011 at 14:17, Adi Mutu  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 developing in PHP in general, not what makes
PHP work.  You don't seem to be making the distinction.  To clarify,
again:

This is not the place to ask.

At best, you could use the Internals mailing list, but to be
perfectly honest, I doubt you'll get the help you're seeking with what
you've asked.  Still, you can try: intern...@lists.php.net.

-- 

Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 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 manager

 

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.

 

 

 

 

 



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.


  

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 ask this question than.?
> 
> Sorry for the inconveniences!
> Thanks,
> 

Have you tried google'ing for: zend php memory manager ?  Seems to return
some interesting results.

Regards,
Tommy


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 Daniel Brown
On Sun, Jan 23, 2011 at 09:10, Adi Mutu  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 an even lower level  i
> mean about functions like _zend_mm_alloc_int, _zend_mm_alloc_int
> and structs like zend_mm_heap.

No, this is your second email.

If you're interested in knowing how the lower-level stuff works,
why not just view the source itself?  This question is beyond the
scope of this list.

-- 

Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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, _zend_mm_alloc_int
and structs like zend_mm_heap.

Thanks,
A.


  

[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, _zend_mm_alloc_int
and structs like zend_mm_heap.

Thanks,
A.