Home | History | Annotate | Download | only in src

Lines Matching full:old_gen_recoverable

172   int old_gen_recoverable = 0;
177 old_gen_recoverable += space->Waste() + space->AvailableFree();
182 static_cast<int>((old_gen_recoverable * 100.0) / old_gen_used);
184 old_gen_recoverable > kFragmentationAllowed) {