Searched refs:nthreads_max (Results 1 – 1 of 1) sorted by relevance
61 int nthreads_max = values->threads_max * 2; in perf_read_values__enlarge_threads() local62 void *npid = realloc(values->pid, nthreads_max * sizeof(*values->pid)), in perf_read_values__enlarge_threads()63 *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)), in perf_read_values__enlarge_threads()64 *nvalue = realloc(values->value, nthreads_max * sizeof(*values->value)); in perf_read_values__enlarge_threads()69 values->threads_max = nthreads_max; in perf_read_values__enlarge_threads()