Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlmem.h34 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
Dlstate.c118 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI()