HomeSort by: relevance | last modified time | path
    Searched defs:newvect (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lstring.c 92 TString **newvect; local
95 newvect = luaM_reallocvector(L, tb->hash, osize, nsize, TString*);
96 if (l_unlikely(newvect == NULL)) { /* reallocation failed? */
102 tb->hash = newvect;
105 tablerehash(newvect, osize, nsize); /* rehash for new size */
lstring.c 92 TString **newvect; local
95 newvect = luaM_reallocvector(L, tb->hash, osize, nsize, TString*);
96 if (l_unlikely(newvect == NULL)) { /* reallocation failed? */
102 tb->hash = newvect;
105 tablerehash(newvect, osize, nsize); /* rehash for new size */

Completed in 37 milliseconds