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

/external/valgrind/cachegrind/
H A Dcg_merge.c493 ULong *tmpC = NULL; local
498 tmpC = realloc(tmpC, tmpCsize * sizeof *tmpC);
499 if (tmpC == NULL)
502 ok = parse_ULong( &tmpC[n_tmpC], &str );
513 *lnno = (UWord)tmpC[0];
514 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] );
516 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] );
518 free(tmpC);
[all...]

Completed in 52 milliseconds