Searched refs:luaM_newobject (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lmem.h | 38 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
|
| H A D | lgc.c | 215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lmem.h | 50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
|
| H A D | lstate.c | 261 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l; in lua_newthread()
|
| H A D | lgc.c | 210 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()
|