Searched refs:limit_kbytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dggc-common.c737 double limit_kbytes = ggc_rlimit_bound (phys_kbytes * 2);
740 limit_kbytes /= 1024;
768 limit_kbytes = MAX (0, limit_kbytes - 16 * 1024);
769 limit_kbytes = (limit_kbytes * 100) / (110 + ggc_min_expand_heuristic());
770 phys_kbytes = MIN (phys_kbytes, limit_kbytes);
736 double limit_kbytes = ggc_rlimit_bound (phys_kbytes * 2); local

Completed in 190 milliseconds