Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:tmpC

493    ULong   *tmpC = NULL;
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);