Searched refs:newvect (Results 1 – 1 of 1) sorted by relevance
88 TString **newvect; in luaS_resize() local91 newvect = luaM_reallocvector(L, tb->hash, osize, nsize, TString*); in luaS_resize()92 if (l_unlikely(newvect == NULL)) { /* reallocation failed? */ in luaS_resize()98 tb->hash = newvect; in luaS_resize()101 tablerehash(newvect, osize, nsize); /* rehash for new size */ in luaS_resize()
Completed in 4 milliseconds