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