_realloc 322 Zend/zend_alloc.c # define ZEND_MM_STORAGE_REALLOC(ptr, size) heap->storage->handlers->_realloc(heap->storage, ptr, size) _realloc 419 Zend/zend_alloc.c void *(*_realloc)(void*, size_t); _realloc 2448 Zend/zend_alloc.c return AG(mm_heap)->_realloc(ptr, size); _realloc 2731 Zend/zend_alloc.c alloc_globals->mm_heap->_realloc = realloc; _realloc 2770 Zend/zend_alloc.c void* (*_realloc)(void*, size_t)) _realloc 2775 Zend/zend_alloc.c heap->_realloc = _realloc; _realloc 224 Zend/zend_alloc.h zend_mm_segment* (*_realloc)(zend_mm_storage *storage, zend_mm_segment *ptr, size_t size); _realloc 240 Zend/zend_alloc.h void* (*_realloc)(void*, size_t)); _realloc 1300 sapi/phpdbg/phpdbg.c mm_heap->_realloc = phpdbg_realloc_wrapper; _realloc 221 sapi/phpdbg/phpdbg.h void *(*_realloc)(void *, size_t);