Home | History | Annotate | Download | only in runtime

Lines Matching refs:byte_count

438 std::string PrettySize(size_t byte_count) {
452 if (byte_count >= kUnitThresholds[i]) {
457 return StringPrintf("%zd%s", byte_count / kBytesPerUnit[i], kUnitStrings[i]);