Searched refs:luaS_resize (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstring.c | 71 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function 119 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in luaS_init() 183 luaS_resize(L, g->strt.size * 2); in internshrstr()
|
| H A D | lstring.h | 39 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
|
| H A D | lgc.c | 782 luaS_resize(L, g->strt.size / 2); /* shrink it a little */ in checkSizes()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstring.c | 64 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function 122 luaS_resize(L, tb->size*2); /* too crowded */ in newshrstr()
|
| H A D | lstring.h | 40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
|
| H A D | lstate.c | 186 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
|
| H A D | lgc.c | 783 luaS_resize(L, hs); /* halve its size */ in checkSizes()
|