Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dggc-common.c81 static double ggc_rlimit_bound (double);
678 ggc_rlimit_bound (double limit) in ggc_rlimit_bound() function
716 min_expand = ggc_rlimit_bound (min_expand); in ggc_min_expand_heuristic()
733 double limit_kbytes = ggc_rlimit_bound (phys_kbytes * 2); in ggc_min_heapsize_heuristic()
DChangeLog-200331150 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
31908 (ggc_rlimit_bound): New function.
DChangeLog-200420062 * ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.