Searched refs:_heap (Results 1 – 1 of 1) sorted by relevance
2754 zend_mm_heap *_heap = (zend_mm_heap*)heap; local2760 _heap->custom_heap.std._malloc = _malloc;2761 _heap->custom_heap.std._free = _free;2762 _heap->custom_heap.std._realloc = _realloc;2773 zend_mm_heap *_heap = (zend_mm_heap*)heap; local2776 *_malloc = _heap->custom_heap.std._malloc;2777 *_free = _heap->custom_heap.std._free;2778 *_realloc = _heap->custom_heap.std._realloc;2798 zend_mm_heap *_heap = (zend_mm_heap*)heap; local2801 _heap->custom_heap.debug._malloc = _malloc;[all …]
Completed in 12 milliseconds