custom_heap       282 Zend/zend_alloc.c 	} custom_heap;
custom_heap      2190 Zend/zend_alloc.c 				heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
custom_heap      2192 Zend/zend_alloc.c 				heap->custom_heap.std._free(heap);
custom_heap      2342 Zend/zend_alloc.c 				return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); \
custom_heap      2344 Zend/zend_alloc.c 				return AG(mm_heap)->custom_heap.std._malloc(size); \
custom_heap      2351 Zend/zend_alloc.c 				AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); \
custom_heap      2353 Zend/zend_alloc.c 				AG(mm_heap)->custom_heap.std._free(ptr); \
custom_heap      2444 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
custom_heap      2446 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.std._malloc(size);
custom_heap      2459 Zend/zend_alloc.c 			AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
custom_heap      2461 Zend/zend_alloc.c 			AG(mm_heap)->custom_heap.std._free(ptr);
custom_heap      2474 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
custom_heap      2476 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.std._realloc(ptr, size);
custom_heap      2487 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
custom_heap      2489 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.std._realloc(ptr, size);
custom_heap      2649 Zend/zend_alloc.c 		alloc_globals->mm_heap->custom_heap.std._malloc = malloc;
custom_heap      2650 Zend/zend_alloc.c 		alloc_globals->mm_heap->custom_heap.std._free = free;
custom_heap      2651 Zend/zend_alloc.c 		alloc_globals->mm_heap->custom_heap.std._realloc = realloc;
custom_heap      2720 Zend/zend_alloc.c 	_heap->custom_heap.std._malloc = _malloc;
custom_heap      2721 Zend/zend_alloc.c 	_heap->custom_heap.std._free = _free;
custom_heap      2722 Zend/zend_alloc.c 	_heap->custom_heap.std._realloc = _realloc;
custom_heap      2735 Zend/zend_alloc.c 		*_malloc = _heap->custom_heap.std._malloc;
custom_heap      2736 Zend/zend_alloc.c 		*_free = _heap->custom_heap.std._free;
custom_heap      2737 Zend/zend_alloc.c 		*_realloc = _heap->custom_heap.std._realloc;
custom_heap      2760 Zend/zend_alloc.c 	_heap->custom_heap.debug._malloc = _malloc;
custom_heap      2761 Zend/zend_alloc.c 	_heap->custom_heap.debug._free = _free;
custom_heap      2762 Zend/zend_alloc.c 	_heap->custom_heap.debug._realloc = _realloc;