Searched refs:luaM_reallocv (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lmem.h | 24 #define luaM_reallocv(L,b,on,n,e) \ macro 31 #define luaM_freearray(L, b, n) luaM_reallocv(L, (b), n, 0, sizeof((b)[0])) 36 cast(t *, luaM_reallocv(L, NULL, 0, n, sizeof(t))) 45 ((v)=cast(t *, luaM_reallocv(L, v, oldn, n, sizeof(t))))
|
D | lmem.c | 60 newblock = luaM_reallocv(L, block, *size, newsize, size_elems); in luaM_growaux_()
|