Searched refs:luaM_new (Results 1 – 2 of 2) sorted by relevance
59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0)) macro
160 ci = luaM_new(L, CallInfo); in luaE_extendCI()