Searched refs:luaS_resize (Results 1 – 7 of 7) sorted by relevance
62 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function122 luaS_resize(L, tb->size*2); /* too crowded */ in newshrstr()
40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
184 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
781 luaS_resize(L, hs); /* halve its size */ in checkSizes()
47 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
85 void luaS_resize (lua_State *L, int nsize) { in luaS_resize() function181 luaS_resize(L, tb->size * 2); in growstrtab()
873 luaS_resize(L, g->strt.size / 2); in checkSizes()