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