Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-page.c397 size_t allocated_last_gc; member
2173 float allocated_last_gc = in ggc_collect() local
2174 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
2176 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
2177 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2212 G.allocated_last_gc = G.allocated; in ggc_collect()
2232 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2259 G.allocated_last_gc = 0; in ggc_print_statistics()
2645 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc-zone.c389 size_t allocated_last_gc; member
1958 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()
2002 float allocated_last_gc = 0, allocated = 0, min_expand; in ggc_collect() local
2006 allocated_last_gc += zone->allocated_last_gc; in ggc_collect()
2010 allocated_last_gc = in ggc_collect()
2011 MAX (allocated_last_gc, in ggc_collect()
2013 min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
2015 if (allocated < allocated_last_gc + min_expand) in ggc_collect()
H A Dggc-page.c371 size_t allocated_last_gc; member
2044 float allocated_last_gc = in ggc_collect() local
2045 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
2047 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
2049 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2080 G.allocated_last_gc = G.allocated; in ggc_collect()
2111 G.allocated_last_gc = 0; in ggc_print_statistics()
2494 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()