Searched defs:luaM_newobject (Results 1 – 2 of 2) sorted by relevance
37 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) macro