Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc-common.c782 double min_expand = physmem_total (); in ggc_min_expand_heuristic() local
H A Dggc-page.c2192 float min_expand = allocated_last_gc * param_ggc_min_expand / 100; in ggc_collect() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-common.cc1055 double min_expand = physmem_total (); in ggc_min_expand_heuristic() local
H A Dggc-page.cc2198 float min_expand = allocated_last_gc * param_ggc_min_expand / 100; in ggc_collect() local
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c529 static const char *min_expand (MatchState *ms, const char *s, in min_expand() function