Home
last modified time | relevance | path

Searched refs:luaM_new (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmem.h34 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
Dlstate.c113 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI()