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