Home
last modified time | relevance | path

Searched refs:ramSize (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2799 UInt64 ramSize = (UInt64)(sizeof(size_t)) << 29; in Bench() local
2813 bool ramSize_Defined = NSystem::GetRamSize(ramSize); in Bench()
3044 …PrintRequirements(*printCallback, "size: ", ramSize_Defined, ramSize, "CPU hardware threads:", num… in Bench()
3250 …(GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog), totalBenchMode) + (8 << 20) <= ramSize) in Bench()