DEV Community

Discussion on: How we decreased our memory usage with jemalloc

Collapse
 
zubairmohsin33 profile image
Zubair Mohsin

the memory management API looks very much like libc's malloc implementation

Looks like PHP internally uses malloc implementation?

php.net/manual/en/internals2.memor...

Collapse
 
rhymes profile image
rhymes

I'm not 100% sure about it, as I'm unfamiliar with PHP. I went as far as this file github.com/php/php-src/blob/master... which contains the declaration of the list of allocators you linked.