Searched refs:fallbackSize (Results 1 – 3 of 3) sorted by relevance
189 size_t fallbackSize, in makeSpaceAtLeast() argument231 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()239 *actualSize = fallbackSize; in makeSpaceAtLeast()240 back.fBytesFree -= fallbackSize; in makeSpaceAtLeast()241 fBytesInUse += fallbackSize; in makeSpaceAtLeast()
115 size_t fallbackSize,
279 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() local282 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory()284 return fallbackSize; in getTotalSystemMemory()