Home
last modified time | relevance | path

Searched refs:luaS_resize (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlstring.c22 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function
70 luaS_resize(L, tb->size*2); /* too crowded */ in newlstr()
H A Dlstring.h26 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstate.c76 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
H A Dlgc.c436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()