Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c2355 zend_mm_heap *mm_heap; member
2384 if (AG(mm_heap)->main_chunk) {
2396 if (AG(mm_heap)->huge_list) {
2669 AG(mm_heap)->limit = memory_limit;
2678 return AG(mm_heap)->real_size;
2680 size_t usage = AG(mm_heap)->size;
2691 return AG(mm_heap)->real_peak;
2693 return AG(mm_heap)->peak;
2748 zend_mm_heap *mm_heap = alloc_globals->mm_heap = malloc(sizeof(zend_mm_heap)); local
2802 old_heap = AG(mm_heap);
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1685 zend_mm_heap *mm_heap; in main() local
1752 mm_heap = zend_mm_get_heap(); in main()
1753 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1762 …zend_mm_set_custom_debug_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_real… in main()
1764 …zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… in main()
1767 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()

Completed in 21 milliseconds