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

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 61 int GetCpuCacheSize();
systeminfo_unittest.cc 75 LOG(LS_INFO) << "CpuCacheSize: " << info.GetCpuCacheSize();
76 EXPECT_GE(info.GetCpuCacheSize(), 8192); // 8 KB min cache
77 EXPECT_LE(info.GetCpuCacheSize(), 1024 * 1024 * 1024); // 1 GB max cache
systeminfo.cc 289 int SystemInfo::GetCpuCacheSize() {

Completed in 174 milliseconds