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

/freebsd-9.3-release/contrib/gcc/
H A Dggc-common.c734 double limit_kbytes = ggc_rlimit_bound (phys_kbytes * 2);
737 limit_kbytes /= 1024;
758 limit_kbytes = MAX (0, limit_kbytes - 16 * 1024);
759 limit_kbytes = (limit_kbytes * 100) / (110 + ggc_min_expand_heuristic());
760 phys_kbytes = MIN (phys_kbytes, limit_kbytes);
733 double limit_kbytes = ggc_rlimit_bound (phys_kbytes * 2); local

Completed in 104 milliseconds