Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
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()
A Dllimits.h199 #if !defined(MINSTRTABSIZE)
200 #define MINSTRTABSIZE 128 macro

Completed in 4 milliseconds