_malloc           273 Zend/zend_alloc.c 			void      *(*_malloc)(size_t);
_malloc           278 Zend/zend_alloc.c 			void      *(*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
_malloc          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); \
_malloc          2344 Zend/zend_alloc.c 				return AG(mm_heap)->custom_heap.std._malloc(size); \
_malloc          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);
_malloc          2446 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.std._malloc(size);
_malloc          2649 Zend/zend_alloc.c 		alloc_globals->mm_heap->custom_heap.std._malloc = malloc;
_malloc          2712 Zend/zend_alloc.c                                           void* (*_malloc)(size_t),
_malloc          2720 Zend/zend_alloc.c 	_heap->custom_heap.std._malloc = _malloc;
_malloc          2727 Zend/zend_alloc.c                                           void* (**_malloc)(size_t),
_malloc          2735 Zend/zend_alloc.c 		*_malloc = _heap->custom_heap.std._malloc;
_malloc          2739 Zend/zend_alloc.c 		*_malloc = NULL;
_malloc          2744 Zend/zend_alloc.c 	*_malloc = NULL;
_malloc          2752 Zend/zend_alloc.c                                           void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
_malloc          2760 Zend/zend_alloc.c 	_heap->custom_heap.debug._malloc = _malloc;
_malloc           273 Zend/zend_alloc.h                                           void* (*_malloc)(size_t),
_malloc           277 Zend/zend_alloc.h                                           void* (**_malloc)(size_t),
_malloc           283 Zend/zend_alloc.h                                           void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
_malloc          1602 sapi/phpdbg/phpdbg.c 		void* (*_malloc)(size_t);
_malloc          1639 sapi/phpdbg/phpdbg.c 		zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc);
_malloc          1641 sapi/phpdbg/phpdbg.c 		use_mm_wrappers = !_malloc && !_realloc && !_free;
_malloc          1655 sapi/phpdbg/phpdbg.c 			zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc);