Searched refs:KiB (Results 1 – 2 of 2) sorted by relevance
37 using KiB = Size<10>; variable46 constexpr KiB operator""_KiB(unsigned long long v) { // NOLINT47 return KiB{v};78 static_assert(size_cast<KiB>(1_B).count() == 0);79 static_assert(size_cast<KiB>(1024_B).count() == 1);80 static_assert(size_cast<KiB>(1_MiB).count() == 1024);
45 // Virtual set size (memory size) of the process, in KiB.48 // process; real memory usage, in KiB.