Home
last modified time | relevance | path

Searched refs:package_ids_count (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/cpufetch/cpufetch-1.00/src/ppc/
H A Dppc.c72 int *package_ids_count = emalloc(sizeof(int) * topo->total_cores); in get_topology_info() local
74 package_ids_count[i] = 0; in get_topology_info()
77 package_ids_count[package_ids[i]]++; in get_topology_info()
80 if(package_ids_count[i] != 0) { in get_topology_info()
108 free(package_ids_count); in get_topology_info()