Home
last modified time | relevance | path

Searched refs:newvect (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c88 TString **newvect; in luaS_resize() local
91 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 3 milliseconds