Searched refs:heap_area (Results 1 – 3 of 3) sorted by relevance
44 area_id heap_area; member132 mem->heap_area = create_area(name, (void **)&mem->heap, in mem_init()135 if (mem->heap_area < 0 || mem->heap == NULL) in mem_init()171 delete_area(mem->heap_area); in mem_destroy()
106 } heap_area; typedef109 heap_area * area;143 heap_area * areas; // sorted so that the desired area is always first144 heap_area * all_areas; // all areas including full ones248 heap_area *area = heap->all_areas; in dump_allocator_areas()287 heap_area *area = heap->all_areas; in dump_allocations()382 heap_area *area = heap->all_areas; in heap_validate_walls()488 heap_area *area = heap->all_areas; in heap_validate_heap()542 heap_area *lastArea = NULL; in heap_validate_heap()659 heap_area *area = (heap_area *)base; in heap_add_area()[all …]
78 } heap_area; typedef84 heap_area * area;124 heap_area * areas; // sorted so that the desired area is always first125 heap_area * all_areas; // all areas including full ones350 heap_area *area = heap->all_areas; in dump_allocator_areas()459 heap_area *area = heap->all_areas; in dump_allocations()566 heap_area *area = heap->all_areas; in dump_allocations()703 heap_area *area = heap->all_areas; in analyze_allocation_callers()858 heap_area *area = heap->all_areas; in heap_validate_heap()909 heap_area *lastArea = NULL; in heap_validate_heap()[all …]