Home
last modified time | relevance | path

Searched refs:_realloc (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_alloc.c270 void *(*_realloc)(void*, size_t); member
2459 return AG(mm_heap)->custom_heap.std._realloc(ptr, size);
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;
[all …]
H A Dzend_alloc.h282 void* (*_realloc)(void*, size_t));
286 void* (**_realloc)(void*, size_t));
292 … void* (*_realloc)(void*, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC));
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c1405 void* (*_realloc)(void*, size_t); in main() local
1757 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1759 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1771 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
2194 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 20 milliseconds