Home | History | Annotate | Download | only in base

Lines Matching refs:cache_size_

111     : physical_cpus_(1), logical_cpus_(1), cache_size_(0),
129 GetProcessorInformation(&physical_cpus_, &cache_size_);
149 cache_size_ = static_cast<int>(sysctl_value64);
151 if (!cache_size_) {
154 cache_size_ = static_cast<int>(sysctl_value64);
182 proc_info.GetSectionIntValue(0, "cache size", &cache_size_);
183 cache_size_ *= 1024;
201 if (cache_size_ == 0) {
206 cache_size_ = (cpu_info[2] >> 16) * 1024;
275 return cache_size_;