Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c2428 zend_mm_heap *mm_heap; member
2464 if (AG(mm_heap)->main_chunk) {
2476 if (AG(mm_heap)->huge_list) {
2732 return AG(mm_heap)->overflow;
2757 return AG(mm_heap)->peak;
2766 AG(mm_heap)->real_peak = AG(mm_heap)->real_size;
2767 AG(mm_heap)->peak = AG(mm_heap)->size;
2881 zend_mm_heap *mm_heap = alloc_globals->mm_heap = malloc(sizeof(zend_mm_heap)); local
2885 mm_heap->overflow = 0;
2938 old_heap = AG(mm_heap);
[all …]
/php-src/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()
1415 …zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… in main()
1417 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()

Completed in 20 milliseconds