Searched refs:luaM_newobject (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lmem.h | 64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) macro
|
D | lstate.c | 328 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l; in lua_newthread()
|
D | lgc.c | 261 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()
|