luaS_resize
luaS_resize(L, hs); /* halve its size */
luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
luaS_resize(L, tb->size*2); /* too crowded */
LUAI_FUNC void luaS_resize (lua_State *L, int newsize);