Searched refs:sizeof_cores (Results 1 – 1 of 1) sorted by relevance
16 size_t sizeof_cores = sizeof(cores); in cpuinfo_mach_detect_topology() local17 if (sysctlbyname("hw.physicalcpu_max", &cores, &sizeof_cores, NULL, 0) != 0) { in cpuinfo_mach_detect_topology()