Searched refs:newtable (Results 1 – 1 of 1) sorted by relevance
170 eltlist_t *newtable; in grow_table() local179 newtable = reallocarray(NULL, newsize, sizeof(eltlist_t)); in grow_table()180 if (newtable == NULL) in grow_table()184 INIT_LIST(newtable[i]); in grow_table()196 APPEND(newtable[hv % newsize], elt, link); in grow_table()202 symtab->table = newtable; in grow_table()