Home
last modified time | relevance | path

Searched refs:kBytesPerUnit (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dutils.cc470 static const int64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize() local
484 negative_str, byte_count / kBytesPerUnit[i], kUnitStrings[i]); in PrettySize()