Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.c190 *(int *) zend_mm_get_heap() = 0; in PHP_MSHUTDOWN_FUNCTION()
1077 …return _zend_mm_alloc(zend_mm_get_heap(), size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_C… in phpdbg_malloc_wrapper()
1082 zend_mm_heap *heap = zend_mm_get_heap(); in phpdbg_free_wrapper()
1095 …return _zend_mm_realloc(zend_mm_get_heap(), ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_… in phpdbg_realloc_wrapper()
1406 mm_heap = zend_mm_get_heap(); in main()
1761 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()
/php-src/Zend/
H A Dzend_alloc.h266 ZEND_API zend_mm_heap *zend_mm_get_heap(void);
H A Dzend_builtin_functions.c87 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()
H A Dzend_alloc.c2943 ZEND_API zend_mm_heap *zend_mm_get_heap(void) function
/php-src/ext/zend_test/
H A Dtest.c689 ZT_G(zend_orig_heap) = zend_mm_get_heap(); in PHP_INI_MH()

Completed in 33 milliseconds