Searched refs:_free (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_alloc.c | 269 void (*_free)(void*); member 2173 heap->custom_heap.std._free(heap); 2336 AG(mm_heap)->custom_heap.std._free(ptr); \ 2444 AG(mm_heap)->custom_heap.std._free(ptr); 2620 alloc_globals->mm_heap->custom_heap.std._free = free; 2683 void (*_free)(void*), 2691 _heap->custom_heap.std._free = _free; 2706 *_free = _heap->custom_heap.std._free; 2710 *_free = NULL; 2715 *_free = NULL; [all …]
|
H A D | zend_alloc.h | 281 void (*_free)(void*), 285 void (**_free)(void*), 291 … void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg.c | 1404 void (*_free)(void*); 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() 1761 PHPDBG_G(original_free_function) = _free; in main() 1762 _free = phpdbg_watch_efree; in main() 1771 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main() 1774 _free = PHPDBG_G(original_free_function); in main() 2194 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()
|
Completed in 19 milliseconds