Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_alloc.c279 } custom_heap; member
2276 heap->custom_heap.std._free = free;
2285 heap->custom_heap.std._free(heap);
2486 AG(mm_heap)->custom_heap.std._free(ptr);
2905 mm_heap->custom_heap.std._free = free;
2984 _heap->custom_heap.std._malloc = _malloc;
2985 _heap->custom_heap.std._free = _free;
3000 *_malloc = _heap->custom_heap.std._malloc;
3001 *_free = _heap->custom_heap.std._free;
3025 _heap->custom_heap.debug._malloc = _malloc;
[all …]

Completed in 12 milliseconds