Lines Matching refs:_realloc
270 void *(*_realloc)(void*, size_t); member
275 void *(*_realloc)(void*, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); member
2457 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2459 return AG(mm_heap)->custom_heap.std._realloc(ptr, size);
2470 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2472 return AG(mm_heap)->custom_heap.std._realloc(ptr, size);
2621 alloc_globals->mm_heap->custom_heap.std._realloc = __zend_realloc;
2684 void* (*_realloc)(void*, size_t))
2692 _heap->custom_heap.std._realloc = _realloc;
2699 void* (**_realloc)(void*, size_t))
2707 *_realloc = _heap->custom_heap.std._realloc;
2711 *_realloc = NULL;
2716 *_realloc = NULL;
2724 … void* (*_realloc)(void*, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC))
2732 _heap->custom_heap.debug._realloc = _realloc;