Searched refs:zend_mm_set_custom_handlers (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_alloc.h | 279 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,
|
H A D | zend_alloc.c | 2681 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap, function
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg.c | 1768 …zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… 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 27 milliseconds