Home
last modified time | relevance | path

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

/art/libartbase/base/
Dutils.cc217 static const uint64_t kUnitThresholds[] = { in PrettySize() local
225 int i = arraysize(kUnitThresholds); in PrettySize()
227 if (byte_count >= kUnitThresholds[i]) { in PrettySize()