Home
last modified time | relevance | path

Searched refs:luaM_newobject (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlmem.h64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) macro
A Dlstate.c292 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l; in lua_newthread()
A Dlgc.c260 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()

Completed in 7 milliseconds