Searched refs:TOK_ALLOC_INCR (Results 1 – 1 of 1) sorted by relevance
2125 #define TOK_ALLOC_INCR 512 /* must be a power of two */ macro7144 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()