Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllimits.h98 #ifndef MINSTRTABSIZE
99 #define MINSTRTABSIZE 32 macro
H A Dlstate.c76 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
H A Dlgc.c435 g->strt.size > MINSTRTABSIZE*2) in checkSizes()
/f-stack/freebsd/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()