Function ext_php_rs::alloc::emalloc
source · Expand description
Uses the PHP memory allocator to allocate request-bound memory.
Parameters
layout
- The layout of the requested memory.
Returns
A pointer to the memory allocated.
Uses the PHP memory allocator to allocate request-bound memory.
layout
- The layout of the requested memory.A pointer to the memory allocated.