Module alloc

Source
Expand description

Functions relating to the Zend Memory Manager, used to allocate request-bound memory.

Functions§

efree
Frees a given memory pointer which was allocated through the PHP memory manager.
emalloc
Uses the PHP memory allocator to allocate request-bound memory.