Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dsysteminfo.cc76 int next_cache_size = static_cast<int>(infos[i].Cache.Size); in GetProcessorInformation() local
77 if (next_cache_size >= *cache_size) { in GetProcessorInformation()
78 *cache_size = next_cache_size; in GetProcessorInformation()