Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c277 } custom_heap; member
2222 heap->custom_heap.std._free = free;
2230 heap->custom_heap.std._free(heap);
2426 AG(mm_heap)->custom_heap.std._free(ptr);
2754 mm_heap->custom_heap.std._free = free;
2833 _heap->custom_heap.std._malloc = _malloc;
2834 _heap->custom_heap.std._free = _free;
2849 *_malloc = _heap->custom_heap.std._malloc;
2850 *_free = _heap->custom_heap.std._free;
2874 _heap->custom_heap.debug._malloc = _malloc;
[all …]

Completed in 12 milliseconds