Searched refs:luaS_resize (Results 1 – 4 of 4) sorted by relevance
22 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function70 luaS_resize(L, tb->size*2); /* too crowded */ in newlstr()
26 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
76 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()