Home | History | Annotate | Download | only in gc

Lines Matching refs:GetMaxMemory

865   os << "Max memory " << PrettySize(GetMaxMemory()) << "\n";
2878 if (max_allowed_footprint > GetMaxMemory()) {
2880 << PrettySize(GetMaxMemory());
2881 max_allowed_footprint = GetMaxMemory();
2990 DCHECK_LE(max_allowed_footprint_, GetMaxMemory());