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