Searched refs:MINSTRTABSIZE (Results 1 – 2 of 2) sorted by relevance
127 tb->hash = luaM_newvector(L, MINSTRTABSIZE, TString*); in luaS_init()128 tablerehash(tb->hash, 0, MINSTRTABSIZE); /* clear array */ in luaS_init()129 tb->size = MINSTRTABSIZE; in luaS_init()
199 #if !defined(MINSTRTABSIZE)200 #define MINSTRTABSIZE 128 macro
Completed in 4 milliseconds