Home
last modified time | relevance | path

Searched refs:custom_heap (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_alloc.c337 } custom_heap; member
2443 heap->custom_heap._free = __zend_free;
3068 mm_heap->custom_heap._malloc = __zend_malloc;
3069 mm_heap->custom_heap._free = __zend_free;
3074 mm_heap->custom_heap._free = tracked_free;
3148 _heap->custom_heap._malloc = _malloc;
3149 _heap->custom_heap._free = _free;
3150 _heap->custom_heap._realloc = _realloc;
3164 *_malloc = _heap->custom_heap._malloc;
3165 *_free = _heap->custom_heap._free;
[all …]

Completed in 22 milliseconds