Searched refs:mm_heap (Results 1 – 2 of 2) sorted by path
2570 zend_mm_heap *mm_heap; member2606 if (AG(mm_heap)->main_chunk) {2883 return AG(mm_heap)->overflow;2893 return AG(mm_heap)->real_size;2908 return AG(mm_heap)->peak;2917 AG(mm_heap)->real_peak = AG(mm_heap)->real_size;2918 AG(mm_heap)->peak = AG(mm_heap)->size;3032 zend_mm_heap *mm_heap = alloc_globals->mm_heap = malloc(sizeof(zend_mm_heap)); local3036 mm_heap->overflow = 0;3089 old_heap = AG(mm_heap);[all …]
1360 zend_mm_heap *mm_heap; in main() local1407 mm_heap = zend_mm_get_heap(); in main()1408 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()1416 …zend_mm_set_custom_handlers(mm_heap, phpdbg_malloc_wrapper, phpdbg_free_wrapper, phpdbg_realloc_wr… in main()1418 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
Completed in 17 milliseconds