Home
last modified time | relevance | path

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

/PHP-8.4/ext/zend_test/
H A Dzend_mm_custom_handlers.c97 ZT_G(original_heap) = zend_mm_get_heap(); in zend_test_mm_custom_handlers_init()
H A Dtest.c725 ZT_G(zend_orig_heap) = zend_mm_get_heap(); in PHP_INI_MH()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg.c191 *(int *) zend_mm_get_heap() = 0; in PHP_MSHUTDOWN_FUNCTION()
1078 …return _zend_mm_alloc(zend_mm_get_heap(), size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_C… in phpdbg_malloc_wrapper()
1083 zend_mm_heap *heap = zend_mm_get_heap(); in phpdbg_free_wrapper()
1096 …return _zend_mm_realloc(zend_mm_get_heap(), ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_… in phpdbg_realloc_wrapper()
1407 mm_heap = zend_mm_get_heap(); in main()
1763 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()
/PHP-8.4/Zend/
H A Dzend_alloc.h267 ZEND_API zend_mm_heap *zend_mm_get_heap(void);
H A Dzend_builtin_functions.c114 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()
H A Dzend_alloc.c3094 ZEND_API zend_mm_heap *zend_mm_get_heap(void) function

Completed in 36 milliseconds