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