Home
last modified time | relevance | path

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

/external/lua/src/
Dlstring.c139 tb->hash = luaM_newvector(L, MINSTRTABSIZE, TString*); in luaS_init()
140 tablerehash(tb->hash, 0, MINSTRTABSIZE); /* clear array */ in luaS_init()
141 tb->size = MINSTRTABSIZE; in luaS_init()
Dllimits.h215 #if !defined(MINSTRTABSIZE)
216 #define MINSTRTABSIZE 128 macro