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

/art/runtime/
H A Dutils.cc460 static const int64_t kBytesPerUnit[] = { 1, KB, MB, GB }; local
474 negative_str, byte_count / kBytesPerUnit[i], kUnitStrings[i]);

Completed in 7 milliseconds