Searched refs:histogram_t (Results 1 – 1 of 1) sorted by relevance
193 } histogram_t; typedef195 static histogram_t *g_cpu_histogram;1093 size_t histogram_size = sizeof(histogram_t) * g_maxcpus; in main()1094 g_cpu_histogram = (histogram_t *)valloc(histogram_size); in main()