Home | History | Annotate | Download | only in gc

Lines Matching refs:GetFreeMemory

861   os << "Free memory " << PrettySize(GetFreeMemory()) << "\n";
936 size_t total_bytes_free = GetFreeMemory();
2874 return static_cast<size_t>(100.0f * static_cast<float>(GetFreeMemory()) / max_allowed_footprint_);