Searched defs:n_counts (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/cachegrind/
H A Dcg_merge.c216 Int n_counts; member in struct:__anon19864
280 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) argument
287 assert(n_counts >= 0);
288 cts->counts = malloc(n_counts * sizeof(ULong));
294 cts->n_counts = n_counts;
295 for (i = 0; i < n_counts; i++)
301 static Counts* new_Counts_Zeroed ( Int n_counts )
308 assert(n_counts >= 0);
309 cts->counts = malloc(n_counts * sizeo
[all...]

Completed in 94 milliseconds