Home
last modified time | relevance | path

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 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)); in luaC_newobj()
/freebsd-12.1/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; in lua_newthread()
H A Dlgc.c210 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()