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

/external/valgrind/main/perf/
H A Dtinycc.c2127 #define TOK_ALLOC_INCR 512 /* must be a power of two */
7146 if ((i % TOK_ALLOC_INCR) == 0) {
7147 ptable = tcc_realloc(table_ident, (i + TOK_ALLOC_INCR) * sizeof(TokenSym *));
2125 #define TOK_ALLOC_INCR macro

Completed in 246 milliseconds