Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c279 } custom_heap; member
2275 heap->custom_heap.std._free = free;
2284 heap->custom_heap.std._free(heap);
2500 AG(mm_heap)->custom_heap.std._free(ptr);
2914 mm_heap->custom_heap.std._free = free;
2993 _heap->custom_heap.std._malloc = _malloc;
2994 _heap->custom_heap.std._free = _free;
3009 *_malloc = _heap->custom_heap.std._malloc;
3010 *_free = _heap->custom_heap.std._free;
3034 _heap->custom_heap.debug._malloc = _malloc;
[all …]

Completed in 12 milliseconds