phpdbg_mm_get_heap  941 sapi/phpdbg/phpdbg.c 	return zend_mm_alloc(phpdbg_mm_get_heap(), size);
phpdbg_mm_get_heap  946 sapi/phpdbg/phpdbg.c 	zend_mm_free(phpdbg_mm_get_heap(), p);
phpdbg_mm_get_heap  951 sapi/phpdbg/phpdbg.c 	return zend_mm_realloc(phpdbg_mm_get_heap(), ptr, size);
phpdbg_mm_get_heap 1296 sapi/phpdbg/phpdbg.c 		zend_mm_heap *mm_heap = phpdbg_mm_get_heap();