full_shutdown    2635 Zend/zend_alloc.c ZEND_API void shutdown_memory_manager(int silent, int full_shutdown)
full_shutdown    2637 Zend/zend_alloc.c 	zend_mm_shutdown(AG(mm_heap), full_shutdown, silent);
full_shutdown     220 Zend/zend_alloc.h ZEND_API void shutdown_memory_manager(int silent, int full_shutdown);
full_shutdown     243 Zend/zend_alloc.h ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent);