Searched refs:zend_mm_get_heap (Results 1 – 6 of 6) sorted by relevance
97 ZT_G(original_heap) = zend_mm_get_heap(); in zend_test_mm_custom_handlers_init()
725 ZT_G(zend_orig_heap) = zend_mm_get_heap(); in PHP_INI_MH()
191 *(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()
267 ZEND_API zend_mm_heap *zend_mm_get_heap(void);
114 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()
3094 ZEND_API zend_mm_heap *zend_mm_get_heap(void) function
Completed in 29 milliseconds