Home
last modified time | relevance | path

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

/php-src/
H A DUPGRADING.INTERNALS44 zend_mm_set_custom_handlers() instead which now supports DEBUG builds
46 * zend_mm_set_custom_handlers() has changed its signature from
/php-src/sapi/phpdbg/
H A Dphpdbg.c1415zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… in main()
1417 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1761 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()
/php-src/Zend/
H A Dzend_alloc.h276 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,
H A Dzend_alloc.c2957 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap, function
/php-src/ext/zend_test/
H A Dtest.c706 zend_mm_set_custom_handlers( in PHP_INI_MH()

Completed in 27 milliseconds