HomeSort by relevance Sort by last modified time
    Searched refs:GetBenchMemoryUsage (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Bench.h 37 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
Bench.cpp 865 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary)
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 172 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize)
182 PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: ", numThreads);

Completed in 47 milliseconds