Home
last modified time | relevance | path

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

/external/lua/src/
Dlmem.h59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0)) macro
Dlstate.c160 ci = luaM_new(L, CallInfo); in luaE_extendCI()