Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_alloc.c277 } custom_heap; member
2222 heap->custom_heap.std._free = free;
2231 heap->custom_heap.std._free(heap);
2427 AG(mm_heap)->custom_heap.std._free(ptr);
2828 mm_heap->custom_heap.std._free = free;
2907 _heap->custom_heap.std._malloc = _malloc;
2908 _heap->custom_heap.std._free = _free;
2923 *_malloc = _heap->custom_heap.std._malloc;
2924 *_free = _heap->custom_heap.std._free;
2948 _heap->custom_heap.debug._malloc = _malloc;
[all …]

Completed in 11 milliseconds