Searched refs:GetBenchMemoryUsage (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.h | 39 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary, bool totalBench = false);
|
D | Bench.cpp | 1443 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary, bool totalBench) in GetBenchMemoryUsage() function 3250 …if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog), totalBenchMode) + (8 << 20) <= ramS… in Bench() 3263 …PrintRequirements(f, "usage:", true, GetBenchMemoryUsage(numThreads, dict, totalBenchMode), "Bench… in Bench()
|