Searched defs:PrettySize (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.cc124 VLOG(threads) << "Limiting unlimited stack (reported as " << PrettySize(old_stack_size) << ")"
125 << " to " << PrettySize(*stack_size)
461 std::string PrettySize(int64_t byte_count) { function in namespace:art

Completed in 33 milliseconds