Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c193 } histogram_t; typedef
195 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()