Lines Matching refs:allocated

371   size_t allocated;  member
1314 zone->allocated += size; in ggc_internal_alloc_zone_stat()
1440 large_page->common.zone->allocated -= large_page->bytes; in ggc_free()
1453 page->zone->allocated -= size; in ggc_free()
1737 size_t allocated = 0; in sweep_pages() local
1764 allocated += lp->bytes; in sweep_pages()
1848 allocated += object - last_object; in sweep_pages()
1856 allocated += object - last_object; in sweep_pages()
1894 allocated += object - last_object; in sweep_pages()
1899 zone->allocated = allocated; in sweep_pages()
1937 zone->name, (unsigned long) zone->allocated / 1024); in ggc_collect_1()
1941 zone->allocated = 0; in ggc_collect_1()
1958 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()
1961 fprintf (stderr, "%luk}", (unsigned long) zone->allocated / 1024); in ggc_collect_1()
2002 float allocated_last_gc = 0, allocated = 0, min_expand; in ggc_collect() local
2007 allocated += zone->allocated; in ggc_collect()
2015 if (allocated < allocated_last_gc + min_expand) in ggc_collect()
2079 gcc_assert (!dead_zone->allocated); in ggc_collect()
2135 size_t overhead, allocated, in_use; in ggc_print_statistics() local
2141 allocated = in_use = 0; in ggc_print_statistics()
2148 allocated += large_page->bytes; in ggc_print_statistics()
2157 allocated += GGC_PAGE_SIZE * zone->n_small_pages; in ggc_print_statistics()
2173 SCALE (allocated), LABEL (allocated), in ggc_print_statistics()
2177 gcc_assert (in_use == zone->allocated); in ggc_print_statistics()
2180 total_allocated += zone->allocated; in ggc_print_statistics()
2488 zone->allocated = 0; in ggc_pch_read()