Searched refs:luaM_newobject (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlmem.h38 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
H A Dlgc.c215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz));
/freebsd-11-stable/contrib/lua/src/
H A Dlmem.h50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
H A Dlstate.c261 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l;
H A Dlgc.c210 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz));

Completed in 102 milliseconds