Searched refs:next_cache_size (Results 1 – 1 of 1) sorted by relevance
76 int next_cache_size = static_cast<int>(infos[i].Cache.Size); in GetProcessorInformation() local77 if (next_cache_size >= *cache_size) { in GetProcessorInformation()78 *cache_size = next_cache_size; in GetProcessorInformation()