Searched refs:luaS_resize (Results 1 – 3 of 3) sorted by relevance
66 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function113 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in luaS_init()170 luaS_resize(L, g->strt.size * 2); in internshrstr()
40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
783 luaS_resize(L, g->strt.size / 2); /* shrink it a little */ in checkSizes()