full_shutdown    1601 Zend/zend_alloc.c ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent TSRMLS_DC)
full_shutdown    1609 Zend/zend_alloc.c 		if (full_shutdown) {
full_shutdown    1625 Zend/zend_alloc.c 	if (full_shutdown) {
full_shutdown    1679 Zend/zend_alloc.c 	if (full_shutdown) {
full_shutdown    2716 Zend/zend_alloc.c ZEND_API void shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC)
full_shutdown    2718 Zend/zend_alloc.c 	zend_mm_shutdown(AG(mm_heap), full_shutdown, silent TSRMLS_CC);
full_shutdown     145 Zend/zend_alloc.h ZEND_API void shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC);
full_shutdown     194 Zend/zend_alloc.h ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent TSRMLS_DC);