Home
last modified time | relevance | path

Searched refs:MINSTRTABSIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstring.c127 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()
H A Dllimits.h226 #if !defined(MINSTRTABSIZE)
227 #define MINSTRTABSIZE 128 macro
H A Dltests.h118 #define MINSTRTABSIZE 2 macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h152 #if !defined(MINSTRTABSIZE)
153 #define MINSTRTABSIZE 32 macro
H A Dlstate.c185 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()