Searched refs:MINSTRTABSIZE (Results 1 – 5 of 5) sorted by relevance
98 #ifndef MINSTRTABSIZE99 #define MINSTRTABSIZE 32 macro
76 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
435 g->strt.size > MINSTRTABSIZE*2) in checkSizes()
152 #if !defined(MINSTRTABSIZE)153 #define MINSTRTABSIZE 32 macro
185 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()