Home
last modified time | relevance | path

Searched refs:luaS_resize (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlstring.c71 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function
119 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in luaS_init()
183 luaS_resize(L, g->strt.size * 2); in internshrstr()
Dlstring.h39 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
Dlgc.c782 luaS_resize(L, g->strt.size / 2); /* shrink it a little */ in checkSizes()