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