Searched refs:heap_holes_space (Results 1 – 3 of 3) sorted by relevance
27 local inline uintM heap_holes_space(Heap *heap) { in heap_holes_space() function39 #define heap_holes_space(heap) (uintM)0 macro69 - heap_holes_space(&mem.varobjects) /* subtract heap holes */ in used_space()75 - heap_holes_space(&mem.varobjects) in used_space()85 sum += heap->heap_end - heap->heap_start - heap_holes_space(heap); in used_space()91 - heap_holes_space(heap); in used_space()
1863 var aint total_in_holes = heap_holes_space(heap); /* size of all holes */ in split_gen0_on_holes()2501 …gen1_sum += mem.varobjects.heap_end - mem.varobjects.heap_gen1_start - heap_holes_space(&mem.varob… in gar_col_normal()2505 gen1_sum += heap->heap_end - heap->heap_gen1_start - heap_holes_space(heap); in gar_col_normal()
8735 * spvw_space.d (heap_holes_space): calculates space occupied by holes