Searched refs:topology_infos (Results 1 – 1 of 1) sorted by relevance
119 cpu_topology_node_info* topology_infos; in uv_cpu_info() local134 topology_infos = uv__malloc(topology_count * sizeof(*topology_infos)); in uv_cpu_info()135 if (topology_infos == NULL) in uv_cpu_info()138 status = get_cpu_topology_info(topology_infos, &topology_count); in uv_cpu_info()140 uv__free(topology_infos); in uv_cpu_info()146 if (topology_infos[i].type == B_TOPOLOGY_CORE) { in uv_cpu_info()147 cpuspeed = topology_infos[i].data.core.default_frequency; in uv_cpu_info()152 uv__free(topology_infos); in uv_cpu_info()
Completed in 4 milliseconds