Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_alloc.c275 } custom_heap; member
2180 heap->custom_heap.std._free(heap);
2343 AG(mm_heap)->custom_heap.std._free(ptr); \
2451 AG(mm_heap)->custom_heap.std._free(ptr);
2687 _heap->custom_heap.std._malloc = _malloc;
2688 _heap->custom_heap.std._free = _free;
2689 _heap->custom_heap.std._realloc = _realloc;
2702 *_malloc = _heap->custom_heap.std._malloc;
2703 *_free = _heap->custom_heap.std._free;
2727 _heap->custom_heap.debug._malloc = _malloc;
[all …]

Completed in 13 milliseconds