Home
last modified time | relevance | path

Searched refs:mm_heap (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_alloc.c2410 zend_mm_heap *mm_heap; member
2446 if (AG(mm_heap)->main_chunk) {
2747 return AG(mm_heap)->overflow;
2757 return AG(mm_heap)->real_size;
2772 return AG(mm_heap)->peak;
2781 AG(mm_heap)->real_peak = AG(mm_heap)->real_size;
2782 AG(mm_heap)->peak = AG(mm_heap)->size;
2896 zend_mm_heap *mm_heap = alloc_globals->mm_heap = malloc(sizeof(zend_mm_heap)); local
2900 mm_heap->overflow = 0;
2953 old_heap = AG(mm_heap);
[all …]
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c1359 zend_mm_heap *mm_heap; in main() local
1406 mm_heap = zend_mm_get_heap(); in main()
1407 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1416 …zend_mm_set_custom_debug_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_real… in main()
1418 …zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… in main()
1421 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()

Completed in 19 milliseconds