Searched refs:MINSTRTABSIZE (Results 1 – 2 of 2) sorted by relevance
139 tb->hash = luaM_newvector(L, MINSTRTABSIZE, TString*); in luaS_init()140 tablerehash(tb->hash, 0, MINSTRTABSIZE); /* clear array */ in luaS_init()141 tb->size = MINSTRTABSIZE; in luaS_init()
215 #if !defined(MINSTRTABSIZE)216 #define MINSTRTABSIZE 128 macro