Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2292 int allocated_len; member
7985 s->allocated_len = 0; in tok_str_new()
7998 if (s->allocated_len == 0) { in tok_str_realloc()
8001 len = s->allocated_len * 2; in tok_str_realloc()
8006 s->allocated_len = len; in tok_str_realloc()
8017 if (len >= s->allocated_len) in tok_str_add()
8031 if (len + TOK_MAX_SIZE > s->allocated_len) in tok_str_add2()
8051 while ((len + nb_words) > s->allocated_len) in tok_str_add2()