_free             274 Zend/zend_alloc.c 			void       (*_free)(void*);
_free             279 Zend/zend_alloc.c 			void       (*_free)(void*  ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
_free            2190 Zend/zend_alloc.c 				heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
_free            2192 Zend/zend_alloc.c 				heap->custom_heap.std._free(heap);
_free            2351 Zend/zend_alloc.c 				AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); \
_free            2353 Zend/zend_alloc.c 				AG(mm_heap)->custom_heap.std._free(ptr); \
_free            2459 Zend/zend_alloc.c 			AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
_free            2461 Zend/zend_alloc.c 			AG(mm_heap)->custom_heap.std._free(ptr);
_free            2650 Zend/zend_alloc.c 		alloc_globals->mm_heap->custom_heap.std._free = free;
_free            2713 Zend/zend_alloc.c                                           void  (*_free)(void*),
_free            2721 Zend/zend_alloc.c 	_heap->custom_heap.std._free = _free;
_free            2728 Zend/zend_alloc.c                                           void  (**_free)(void*),
_free            2736 Zend/zend_alloc.c 		*_free = _heap->custom_heap.std._free;
_free            2740 Zend/zend_alloc.c 		*_free = NULL;
_free            2745 Zend/zend_alloc.c 	*_free = NULL;
_free            2753 Zend/zend_alloc.c                                           void  (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
_free            2761 Zend/zend_alloc.c 	_heap->custom_heap.debug._free = _free;
_free             274 Zend/zend_alloc.h                                           void  (*_free)(void*),
_free             278 Zend/zend_alloc.h                                           void  (**_free)(void*),
_free             284 Zend/zend_alloc.h                                           void  (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
_free            1603 sapi/phpdbg/phpdbg.c 		void (*_free)(void*);
_free            1639 sapi/phpdbg/phpdbg.c 		zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc);
_free            1641 sapi/phpdbg/phpdbg.c 		use_mm_wrappers = !_malloc && !_realloc && !_free;
_free            1645 sapi/phpdbg/phpdbg.c 		PHPDBG_G(original_free_function) = _free;
_free            1646 sapi/phpdbg/phpdbg.c 		_free = phpdbg_watch_efree;
_free            1655 sapi/phpdbg/phpdbg.c 			zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc);