Home | History | Annotate | Download | only in base

Lines Matching refs:cache_size_

128     : physical_cpus_(1), logical_cpus_(1), cache_size_(0),
146 GetProcessorInformation(&physical_cpus_, &cache_size_);
166 cache_size_ = static_cast<int>(sysctl_value64);
168 if (!cache_size_) {
171 cache_size_ = static_cast<int>(sysctl_value64);
199 proc_info.GetSectionIntValue(0, "cache size", &cache_size_);
200 cache_size_ *= 1024;
218 if (cache_size_ == 0) {
223 cache_size_ = (cpu_info[2] >> 16) * 1024;
292 return cache_size_;