Searched refs:allocated_last_gc (Results 1 – 3 of 3) sorted by relevance
397 size_t allocated_last_gc; member2173 float allocated_last_gc = in ggc_collect() local2174 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()
389 size_t allocated_last_gc; member1958 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()2002 float allocated_last_gc = 0, allocated = 0, min_expand; in ggc_collect() local2006 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()
371 size_t allocated_last_gc; member2044 float allocated_last_gc = in ggc_collect() local2045 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()