Searched refs:GiB (Results 1 – 4 of 4) sorted by relevance
39 using GiB = Size<30>; variable53 constexpr GiB operator""_GiB(unsigned long long v) { // NOLINT54 return GiB{v};
31 # Set RLIMIT_MEMLOCK to 1GiB for bpfloader56 # As such we simply use 1GiB as a reasonable approximation of infinity.
19 16GiB and on FAT32 it's 4GiB. Images are saved into `/data/gsi/<name>/`
52 def GiB(count): function