Searched refs:n_small_pages (Results 1 – 1 of 1) sorted by relevance
413 size_t n_small_pages; member717 mark_words = zone->n_small_pages * mark_words_per_page; in zone_allocate_marks()730 gcc_assert (n == zone->n_small_pages); in zone_allocate_marks()843 zone->n_small_pages++; in alloc_small_page()912 entry->common.zone->n_small_pages--; in free_small_page()2017 allocated += GGC_PAGE_SIZE * zone->n_small_pages; in ggc_print_statistics()2018 in_use += GGC_PAGE_SIZE * zone->n_small_pages; in ggc_print_statistics()2019 overhead += G.small_page_overhead * zone->n_small_pages; in ggc_print_statistics()