Lines Matching refs:PrettySize

1205        << PrettySize(GetBytesFreedEver() / total_seconds) << "/s"  in DumpGcPerformanceInfo()
1207 << PrettySize(GetBytesFreedEver() / total_cpu_seconds) << "/s\n"; in DumpGcPerformanceInfo()
1213 os << "Total bytes allocated " << PrettySize(GetBytesAllocatedEver()) << "\n"; in DumpGcPerformanceInfo()
1214 os << "Total bytes freed " << PrettySize(GetBytesFreedEver()) << "\n"; in DumpGcPerformanceInfo()
1215 os << "Free memory " << PrettySize(GetFreeMemory()) << "\n"; in DumpGcPerformanceInfo()
1216 os << "Free memory until GC " << PrettySize(GetFreeMemoryUntilGC()) << "\n"; in DumpGcPerformanceInfo()
1217 os << "Free memory until OOME " << PrettySize(GetFreeMemoryUntilOOME()) << "\n"; in DumpGcPerformanceInfo()
1218 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()
1219 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()
1221 os << "Zygote space size " << PrettySize(zygote_space_->Size()) << "\n"; in DumpGcPerformanceInfo()
1428 << " free bytes and " << PrettySize(GetFreeMemoryUntilOOME()) << " until OOM," in ThrowOutOfMemoryError()
1596 << ", advised=" << PrettySize(managed_reclaimed) << ") heap. Managed heap utilization of " in TrimSpaces()
1884 VLOG(gc) << "Forcing collection of SoftReferences for " << PrettySize(alloc_size) in AllocateInternalWithGc()
2110 << PrettySize(space_size_before_compaction) << " -> " in PerformHomogeneousSpaceCompact()
2111 << PrettySize(space_size_after_compaction) << " compact-ratio: " in PerformHomogeneousSpaceCompact()
2746 << PrettySize(current_gc_iteration_.GetFreedBytes()) << ") AllocSpace objects, " in LogGC()
2748 << PrettySize(current_gc_iteration_.GetFreedLargeObjectBytes()) << ") LOS objects, " in LogGC()
2749 << percent_free << "% free, " << PrettySize(current_heap_size) << "/" in LogGC()
2750 << PrettySize(total_memory) << ", " << "paused " << pause_string.str() in LogGC()
3497 os << "Heap: " << GetPercentFree() << "% free, " << PrettySize(GetBytesAllocated()) << "/" in DumpForSigQuit()
3498 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()
3509 VLOG(gc) << "Clamp target GC heap from " << PrettySize(target_footprint) << " to " in SetIdealFootprint()
3510 << PrettySize(GetMaxMemory()); in SetIdealFootprint()
4436 VLOG(heap) << "Growing heap from " << PrettySize(old_footprint) << " to " in VlogHeapGrowth()
4437 << PrettySize(new_footprint) << " for a " << PrettySize(alloc_size) << " allocation"; in VlogHeapGrowth()