Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_alloc.c3126 zend_mm_heap *_heap = (zend_mm_heap*)heap; local
3132 _heap->custom_heap._malloc = _malloc;
3133 _heap->custom_heap._free = _free;
3134 _heap->custom_heap._realloc = _realloc;
3135 _heap->custom_heap._gc = _gc;
3136 _heap->custom_heap._shutdown = _shutdown;
3159 zend_mm_heap *_heap = (zend_mm_heap*)heap; local
3162 *_malloc = _heap->custom_heap._malloc;
3163 *_free = _heap->custom_heap._free;
3164 *_realloc = _heap->custom_heap._realloc;
[all …]

Completed in 12 milliseconds