Home
last modified time | relevance | path

Searched refs:pte_overhead (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dggc-zone.c1967 size_t pte_overhead, i; in ggc_print_statistics() local
2046 pte_overhead = sizeof (G.lookup); in ggc_print_statistics()
2049 pte_overhead += PAGE_L2_SIZE * sizeof (struct page_entry *); in ggc_print_statistics()
2053 pte_overhead = 0; in ggc_print_statistics()
2056 pte_overhead += sizeof (*table); in ggc_print_statistics()
2059 pte_overhead += PAGE_L2_SIZE * sizeof (struct page_entry *); in ggc_print_statistics()
2065 "", "", SCALE (pte_overhead), LABEL (pte_overhead)); in ggc_print_statistics()
2066 total_overhead += pte_overhead; in ggc_print_statistics()