Searched defs:luaM_new (Results 1 – 2 of 2) sorted by relevance
32 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0)) macro