Searched refs:newtable (Results 1 – 1 of 1) sorted by relevance
642 enum typeid *newtable; in __grow_type_table() local653 if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL) in __grow_type_table()655 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table()657 newtable = reallocarray(oldtable, newsize, sizeof(enum typeid)); in __grow_type_table()658 if (newtable == NULL) in __grow_type_table()662 newtable[n] = T_UNUSED; in __grow_type_table()664 types->table = newtable; in __grow_type_table()