Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg_merge.c271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) in new_Counts() function
325 return new_Counts( cts->n_counts, cts->counts ); in dopy_Counts()
498 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] ); in splitUpCountsLine()
500 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] ); in splitUpCountsLine()