Home
last modified time | relevance | path

Searched defs:min_expand (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dggc-common.c322 double min_expand = physmem_total(); in ggc_min_expand_heuristic() local
H A Dggc-simple.c316 size_t min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect() local
H A Dggc-page.c1706 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect() local
/openbsd-src/usr.sbin/httpd/
H A Dpatterns.c257 min_expand(struct match_state *ms, const char *s, const char *p, const char *ep) in min_expand() function
/openbsd-src/gnu/gcc/gcc/
H A Dggc-common.c713 double min_expand = physmem_total(); in ggc_min_expand_heuristic() local
H A Dggc-page.c1883 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect() local
H A Dggc-zone.c1866 float allocated_last_gc = 0, allocated = 0, min_expand; in ggc_collect() local