Searched refs:kBytesPerKilobyte (Results 1 – 2 of 2) sorted by relevance
34 const int64 kBytesPerKilobyte = 1 << 10; variable35 const int64 kBytesPerMegabyte = kBytesPerKilobyte * (1 << 10);
18 { UNIT_KILOBYTES, MEASUREMENT_TYPE_MEMORY, kBytesPerKilobyte },