Closed NoiseByNorthwest closed 4 years ago
Since they both reprensent the raw memory usage of the process, they could help to detect leaks within components which are directly using the libc allocator or anything else other than Zend MM (i.e. e*alloc).
e*alloc
See here for the description of a concrete case: https://jolicode.com/blog/a-journey-to-find-a-memory-leak
Since they both reprensent the raw memory usage of the process, they could help to detect leaks within components which are directly using the libc allocator or anything else other than Zend MM (i.e.
e*alloc
).See here for the description of a concrete case: https://jolicode.com/blog/a-journey-to-find-a-memory-leak