Lines Matching refs:PrettySize
1289 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s" in DumpGcPerformanceInfo()
1291 << PrettySize(GetBytesFreedEver() / total_cpu_seconds) << "/s\n"; in DumpGcPerformanceInfo()
1293 os << "Total bytes allocated " << PrettySize(GetBytesAllocatedEver()) << "\n"; in DumpGcPerformanceInfo()
1294 os << "Total bytes freed " << PrettySize(GetBytesFreedEver()) << "\n"; in DumpGcPerformanceInfo()
1295 os << "Free memory " << PrettySize(GetFreeMemory()) << "\n"; in DumpGcPerformanceInfo()
1296 os << "Free memory until GC " << PrettySize(GetFreeMemoryUntilGC()) << "\n"; in DumpGcPerformanceInfo()
1297 os << "Free memory until OOME " << PrettySize(GetFreeMemoryUntilOOME()) << "\n"; in DumpGcPerformanceInfo()
1298 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()
1299 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()
1301 os << "Zygote space size " << PrettySize(zygote_space_->Size()) << "\n"; in DumpGcPerformanceInfo()
1515 << " free bytes and " << PrettySize(GetFreeMemoryUntilOOME()) << " until OOM," in ThrowOutOfMemoryError()
1736 << ", advised=" << PrettySize(managed_reclaimed) << ") heap. Managed heap utilization of " in TrimSpaces()
2040 VLOG(gc) << "Forcing collection of SoftReferences for " << PrettySize(alloc_size) in AllocateInternalWithGc()
2254 << PrettySize(space_size_before_compaction) << " -> " in PerformHomogeneousSpaceCompact()
2255 << PrettySize(space_size_after_compaction) << " compact-ratio: " in PerformHomogeneousSpaceCompact()
2949 << PrettySize(current_gc_iteration_.GetFreedBytes()) << " AllocSpace bytes, " in LogGC()
2951 << PrettySize(current_gc_iteration_.GetFreedLargeObjectBytes()) << ") LOS objects, " in LogGC()
2952 << percent_free << "% free, " << PrettySize(current_heap_size) << "/" in LogGC()
2953 << PrettySize(total_memory) << ", " << "paused " << pause_string.str() in LogGC()
3699 os << "Heap: " << GetPercentFree() << "% free, " << PrettySize(GetBytesAllocated()) << "/" in DumpForSigQuit()
3700 << PrettySize(GetTotalMemory()); in DumpForSigQuit()
3720 VLOG(gc) << "Clamp target GC heap from " << PrettySize(target_footprint) << " to " in SetIdealFootprint()
3721 << PrettySize(GetMaxMemory()); in SetIdealFootprint()
4679 VLOG(heap) << "Growing heap from " << PrettySize(old_footprint) << " to " in VlogHeapGrowth()
4680 << PrettySize(new_footprint) << " for a " << PrettySize(alloc_size) << " allocation"; in VlogHeapGrowth()