Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_info.c350 if ((is_mm = is_zend_mm())) { in PHPDBG_INFO()
/php-src/Zend/
H A Dzend_alloc.h222 ZEND_API bool is_zend_mm(void);
H A Dzend_execute_API.c411 bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup); in shutdown_executor()
H A Dzend_alloc.c2440 ZEND_API bool is_zend_mm(void) function
/php-src/ext/standard/
H A Dinfo.c890 php_info_print_table_row(2, "Zend Memory Manager", is_zend_mm() ? "enabled" : "disabled" ); in php_print_info()

Completed in 28 milliseconds