zend_mm_get_heap  263 Zend/zend_alloc.h ZEND_API zend_mm_heap *zend_mm_get_heap(void);
zend_mm_get_heap  381 Zend/zend_builtin_functions.c 	RETURN_LONG(zend_mm_gc(zend_mm_get_heap()));
zend_mm_get_heap 1263 sapi/phpdbg/phpdbg.c 	return _zend_mm_alloc(zend_mm_get_heap(), size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
zend_mm_get_heap 1268 sapi/phpdbg/phpdbg.c 	zend_mm_heap *heap = zend_mm_get_heap();
zend_mm_get_heap 1281 sapi/phpdbg/phpdbg.c 	return _zend_mm_realloc(zend_mm_get_heap(), ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
zend_mm_get_heap 1638 sapi/phpdbg/phpdbg.c 		mm_heap = zend_mm_get_heap();