Home
last modified time | relevance | path

Searched refs:new_Counts (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/cachegrind/
Dcg_merge.c280 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) in new_Counts() function
338 return new_Counts( cts->n_counts, cts->counts ); in dopy_Counts()
514 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] ); in splitUpCountsLine()
516 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] ); in splitUpCountsLine()