_realloc          275 Zend/zend_alloc.c 			void      *(*_realloc)(void*, size_t);
_realloc          280 Zend/zend_alloc.c 			void      *(*_realloc)(void*, size_t  ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
_realloc         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);
_realloc         2476 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.std._realloc(ptr, size);
_realloc         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);
_realloc         2489 Zend/zend_alloc.c 			return AG(mm_heap)->custom_heap.std._realloc(ptr, size);
_realloc         2651 Zend/zend_alloc.c 		alloc_globals->mm_heap->custom_heap.std._realloc = realloc;
_realloc         2714 Zend/zend_alloc.c                                           void* (*_realloc)(void*, size_t))
_realloc         2722 Zend/zend_alloc.c 	_heap->custom_heap.std._realloc = _realloc;
_realloc         2729 Zend/zend_alloc.c                                           void* (**_realloc)(void*, size_t))
_realloc         2737 Zend/zend_alloc.c 		*_realloc = _heap->custom_heap.std._realloc;
_realloc         2741 Zend/zend_alloc.c 		*_realloc = NULL;
_realloc         2746 Zend/zend_alloc.c 	*_realloc = NULL;
_realloc         2754 Zend/zend_alloc.c                                           void* (*_realloc)(void*, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC))
_realloc         2762 Zend/zend_alloc.c 	_heap->custom_heap.debug._realloc = _realloc;
_realloc          275 Zend/zend_alloc.h                                           void* (*_realloc)(void*, size_t));
_realloc          279 Zend/zend_alloc.h                                           void* (**_realloc)(void*, size_t));
_realloc          285 Zend/zend_alloc.h                                           void* (*_realloc)(void*, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC));
_realloc         1604 sapi/phpdbg/phpdbg.c 		void* (*_realloc)(void*, size_t);
_realloc         1639 sapi/phpdbg/phpdbg.c 		zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc);
_realloc         1641 sapi/phpdbg/phpdbg.c 		use_mm_wrappers = !_malloc && !_realloc && !_free;
_realloc         1655 sapi/phpdbg/phpdbg.c 			zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc);