Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_alloc.c277 } custom_heap; member
2173 heap->custom_heap.std._free(heap);
2336 AG(mm_heap)->custom_heap.std._free(ptr); \
2444 AG(mm_heap)->custom_heap.std._free(ptr);
2690 _heap->custom_heap.std._malloc = _malloc;
2691 _heap->custom_heap.std._free = _free;
2692 _heap->custom_heap.std._realloc = _realloc;
2705 *_malloc = _heap->custom_heap.std._malloc;
2706 *_free = _heap->custom_heap.std._free;
2730 _heap->custom_heap.debug._malloc = _malloc;
[all …]

Completed in 12 milliseconds