Searched refs:zend_mm_shutdown (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/zend_test/ |
H A D | zend_mm_custom_handlers.c | 87 zend_mm_shutdown(ZT_G(original_heap), full, silent); in observe_shutdown() 136 zend_mm_shutdown(ZT_G(observed_heap), true, true); in zend_test_mm_custom_handlers_shutdown()
|
/PHP-8.4/Zend/ |
H A D | zend_alloc.h | 247 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full_shutdown, bool silent);
|
H A D | zend_alloc.c | 2394 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) function 2924 zend_mm_shutdown(AG(mm_heap), full_shutdown, silent); 3065 zend_mm_shutdown(alloc_globals->mm_heap, 1, 1);
|
Completed in 15 milliseconds