Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dtrace-event-parse.c441 int tok_size = 0; in __read_token() local
518 *tok = realloc(*tok, tok_size + BUFSIZ); in __read_token()
527 tok_size += BUFSIZ; in __read_token()
551 *tok = realloc(*tok, tok_size + BUFSIZ); in __read_token()
560 tok_size += BUFSIZ; in __read_token()
570 *tok = realloc(*tok, tok_size + i); in __read_token()