Searched refs:_heap (Results 1 – 1 of 1) sorted by relevance
2687 zend_mm_heap *_heap = (zend_mm_heap*)heap; local2690 _heap->custom_heap.std._malloc = _malloc;2691 _heap->custom_heap.std._free = _free;2692 _heap->custom_heap.std._realloc = _realloc;2702 zend_mm_heap *_heap = (zend_mm_heap*)heap; local2705 *_malloc = _heap->custom_heap.std._malloc;2706 *_free = _heap->custom_heap.std._free;2707 *_realloc = _heap->custom_heap.std._realloc;2727 zend_mm_heap *_heap = (zend_mm_heap*)heap; local2730 _heap->custom_heap.debug._malloc = _malloc;[all …]
Completed in 11 milliseconds