Home
last modified time | relevance | path

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

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dggc-simple.c105 size_t allocated_last_gc; member
325 size_t allocated_last_gc = in ggc_collect() local
326 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
328 size_t min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
330 if (G.allocated < allocated_last_gc + min_expand) in ggc_collect()
348 G.allocated_last_gc = G.allocated; in ggc_collect()
499 G.allocated_last_gc = 0; in ggc_print_statistics()
H A Dggc-zone.c282 size_t allocated_last_gc; member
1068 float allocated_last_gc = in ggc_collect_1() local
1069 MAX (zone->allocated_last_gc, in ggc_collect_1()
1072 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect_1()
1074 if (zone->allocated < allocated_last_gc + min_expand) in ggc_collect_1()
1097 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()
H A Dggc-page.c347 size_t allocated_last_gc; member
1780 float allocated_last_gc = in ggc_collect() local
1781 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
1783 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
1785 if (G.allocated < allocated_last_gc + min_expand) in ggc_collect()
1812 G.allocated_last_gc = G.allocated; in ggc_collect()
1839 G.allocated_last_gc = 0; in ggc_print_statistics()
2215 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dggc-simple.c105 size_t allocated_last_gc; member
325 size_t allocated_last_gc = in ggc_collect() local
326 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
328 size_t min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
330 if (G.allocated < allocated_last_gc + min_expand) in ggc_collect()
348 G.allocated_last_gc = G.allocated; in ggc_collect()
499 G.allocated_last_gc = 0; in ggc_print_statistics()
H A Dggc-zone.c282 size_t allocated_last_gc; member
1068 float allocated_last_gc = in ggc_collect_1() local
1069 MAX (zone->allocated_last_gc, in ggc_collect_1()
1072 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect_1()
1074 if (zone->allocated < allocated_last_gc + min_expand) in ggc_collect_1()
1097 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()
H A Dggc-page.c347 size_t allocated_last_gc; member
1780 float allocated_last_gc = in ggc_collect() local
1781 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
1783 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
1785 if (G.allocated < allocated_last_gc + min_expand) in ggc_collect()
1812 G.allocated_last_gc = G.allocated; in ggc_collect()
1839 G.allocated_last_gc = 0; in ggc_print_statistics()
2215 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.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()
2646 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dggc-page.c397 size_t allocated_last_gc; member
2188 float allocated_last_gc = in ggc_collect() local
2189 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
2191 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
2192 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2230 G.allocated_last_gc = G.allocated; in ggc_collect()
2266 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2285 G.allocated_last_gc = 0; in ggc_print_statistics()
2681 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dggc-page.c396 size_t allocated_last_gc; member
2186 float allocated_last_gc = in ggc_collect() local
2187 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * 1024); in ggc_collect()
2192 float min_expand = allocated_last_gc * param_ggc_min_expand / 100; in ggc_collect()
2193 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2231 G.allocated_last_gc = G.allocated; in ggc_collect()
2267 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2286 G.allocated_last_gc = 0; in ggc_print_statistics()
2682 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/riscv64-gcc/gcc-8.3.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()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dggc-page.c396 size_t allocated_last_gc; member
2168 float allocated_last_gc = in ggc_collect() local
2169 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
2171 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
2172 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2207 G.allocated_last_gc = G.allocated; in ggc_collect()
2227 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2254 G.allocated_last_gc = 0; in ggc_print_statistics()
2642 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dggc-page.c396 size_t allocated_last_gc; member
2186 float allocated_last_gc = in ggc_collect() local
2187 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * ONE_K); in ggc_collect()
2192 float min_expand = allocated_last_gc * param_ggc_min_expand / 100; in ggc_collect()
2193 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2231 G.allocated_last_gc = G.allocated; in ggc_collect()
2266 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2285 G.allocated_last_gc = 0; in ggc_print_statistics()
2681 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dggc-page.c396 size_t allocated_last_gc; member
2186 float allocated_last_gc = in ggc_collect() local
2187 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * 1024); in ggc_collect()
2192 float min_expand = allocated_last_gc * param_ggc_min_expand / 100; in ggc_collect()
2193 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2231 G.allocated_last_gc = G.allocated; in ggc_collect()
2267 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2286 G.allocated_last_gc = 0; in ggc_print_statistics()
2682 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.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()
2646 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.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()
2646 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.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()
2646 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc9-aux/gcc-9.1.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()
2251 G.allocated_last_gc = 0; in ggc_print_statistics()
2646 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dggc-page.c396 size_t allocated_last_gc; member
2186 float allocated_last_gc = in ggc_collect() local
2187 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * ONE_K); in ggc_collect()
2192 float min_expand = allocated_last_gc * param_ggc_min_expand / 100; in ggc_collect()
2193 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2231 G.allocated_last_gc = G.allocated; in ggc_collect()
2266 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2285 G.allocated_last_gc = 0; in ggc_print_statistics()
2681 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dggc-page.c396 size_t allocated_last_gc; member
2186 float allocated_last_gc = in ggc_collect() local
2187 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * 1024); in ggc_collect()
2192 float min_expand = allocated_last_gc * param_ggc_min_expand / 100; in ggc_collect()
2193 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2231 G.allocated_last_gc = G.allocated; in ggc_collect()
2267 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2286 G.allocated_last_gc = 0; in ggc_print_statistics()
2682 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dggc-page.c397 size_t allocated_last_gc; member
2188 float allocated_last_gc = in ggc_collect() local
2189 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
2191 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
2192 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2230 G.allocated_last_gc = G.allocated; in ggc_collect()
2266 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2285 G.allocated_last_gc = 0; in ggc_print_statistics()
2681 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc8/gcc-8.5.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()
2646 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dggc-page.c396 size_t allocated_last_gc;
2186 float allocated_last_gc =
2187 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * ONE_K);
2192 float min_expand = allocated_last_gc * param_ggc_min_expand / 100;
2193 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect)
2231 G.allocated_last_gc = G.allocated;
2266 G.allocated_last_gc = MAX (G.allocated_last_gc,
2285 G.allocated_last_gc = 0;
2681 G.allocated = G.allocated_last_gc = offs - (char *)addr;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dggc-page.c396 size_t allocated_last_gc; member
2168 float allocated_last_gc = in ggc_collect() local
2169 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
2171 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
2172 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
2207 G.allocated_last_gc = G.allocated; in ggc_collect()
2227 G.allocated_last_gc = MAX (G.allocated_last_gc, in ggc_grow()
2254 G.allocated_last_gc = 0; in ggc_print_statistics()
2642 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dggc-zone.c416 size_t allocated_last_gc; member
1822 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()
1866 float allocated_last_gc = 0, allocated = 0, min_expand; in ggc_collect() local
1870 allocated_last_gc += zone->allocated_last_gc; in ggc_collect()
1874 allocated_last_gc = in ggc_collect()
1875 MAX (allocated_last_gc, in ggc_collect()
1877 min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
1879 if (allocated < allocated_last_gc + min_expand) in ggc_collect()
H A Dggc-page.c358 size_t allocated_last_gc; member
1854 float allocated_last_gc = in ggc_collect() local
1855 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
1857 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
1859 if (G.allocated < allocated_last_gc + min_expand && !ggc_force_collect) in ggc_collect()
1888 G.allocated_last_gc = G.allocated; in ggc_collect()
1917 G.allocated_last_gc = 0; in ggc_print_statistics()
2293 G.allocated = G.allocated_last_gc = offs - (char *)addr; in ggc_pch_read()

1234