Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1418zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… in main()
1421 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1765 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()
/PHP-8.3/Zend/
H A Dzend_alloc.h275 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,
H A Dzend_alloc.c2981 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap, function
/PHP-8.3/ext/zend_test/
H A Dtest.c682 zend_mm_set_custom_handlers( in PHP_INI_MH()

Completed in 23 milliseconds