Searched refs:luaS_resize (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstring.c | 22 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 D | lstring.h | 26 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
|
| H A D | lstate.c | 76 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
|
| H A D | lgc.c | 436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstring.h | 41 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
|
| H A D | lstring.c | 63 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function 123 luaS_resize(L, tb->size*2); /* too crowded */ in newshrstr()
|
| H A D | lstate.c | 185 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
|
| H A D | lgc.c | 782 luaS_resize(L, hs); /* halve its size */ in checkSizes()
|