Home
last modified time | relevance | path

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

/external/lua/src/
Dlstring.h48 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
Dlstring.c97 void luaS_resize (lua_State *L, int nsize) { in luaS_resize() function
193 luaS_resize(L, tb->size * 2); in growstrtab()
Dlgc.c861 luaS_resize(L, g->strt.size / 2); in checkSizes()