Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2125 #define TOK_ALLOC_INCR 512 /* must be a power of two */ macro
7144 if ((i % TOK_ALLOC_INCR) == 0) { in tok_alloc_new()
7145 ptable = tcc_realloc(table_ident, (i + TOK_ALLOC_INCR) * sizeof(TokenSym *)); in tok_alloc_new()