Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.h278 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,
H A Dzend_alloc.c2821 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap, function
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1764zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… in main()
1767 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 29 milliseconds