Searched refs:luaM_reallocvector (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lmem.h | 74 #define luaM_reallocvector(L, v,oldn,n,t) \ macro
|
H A D | lstring.c | 95 newvect = luaM_reallocvector(L, tb->hash, osize, nsize, TString*); in luaS_resize()
|
H A D | ltable.c | 583 newarray = luaM_reallocvector(L, t->array, oldasize, newasize, TValue); in luaH_resize()
|
H A D | ldo.c | 224 newstack = luaM_reallocvector(L, L->stack.p, oldsize + EXTRA_STACK, in luaD_reallocstack()
|