Searched refs:MINSTRTABSIZE (Results 1 – 5 of 5) 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()
226 #if !defined(MINSTRTABSIZE)227 #define MINSTRTABSIZE 128 macro
118 #define MINSTRTABSIZE 2 macro
152 #if !defined(MINSTRTABSIZE)153 #define MINSTRTABSIZE 32 macro
185 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()