Searched refs:luaM_reallocvector (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | lmem.h | 70 #define luaM_reallocvector(L, v,oldn,n,t) \ macro
|
D | lstring.c | 103 newvect = luaM_reallocvector(L, tb->hash, osize, nsize, TString*); in luaS_resize()
|
D | ltable.c | 529 newarray = luaM_reallocvector(L, t->array, oldasize, newasize, TValue); in luaH_resize()
|
D | ldo.c | 187 StkId newstack = luaM_reallocvector(L, L->stack, lim, newsize, StackValue); in luaD_reallocstack()
|