Lines Matching refs:MiB
58602 const size_t MiB = 1 << 20;58603 bytesToAlloc = MiB * ((bytesToAlloc + MiB - 1) / MiB);