Searched refs:nthreads_max (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dvalues.c67 int nthreads_max = values->threads_max * 2; local
68 void *npid = realloc(values->pid, nthreads_max * sizeof(*values->pid)),
69 *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)),
70 *nvalue = realloc(values->value, nthreads_max * sizeof(*values->value));
75 values->threads_max = nthreads_max;

Completed in 109 milliseconds