Searched refs:tmp_len (Results 1 – 1 of 1) sorted by relevance
411 int tmp_len; in perf_cpu_map__merge() local423 tmp_len = __perf_cpu_map__nr(*orig) + __perf_cpu_map__nr(other); in perf_cpu_map__merge()424 tmp_cpus = malloc(tmp_len * sizeof(struct perf_cpu)); in perf_cpu_map__merge()444 assert(k <= tmp_len); in perf_cpu_map__merge()457 int tmp_len; in perf_cpu_map__intersect() local466 tmp_len = max(__perf_cpu_map__nr(orig), __perf_cpu_map__nr(other)); in perf_cpu_map__intersect()467 tmp_cpus = malloc(tmp_len * sizeof(struct perf_cpu)); in perf_cpu_map__intersect()
Completed in 3 milliseconds