Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlmem.h37 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
H A Dlgc.c214 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()
/freebsd-13.1/contrib/lua/src/
H A Dlmem.h64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) macro
H A Dlstate.c292 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l; in lua_newthread()
H A Dlgc.c260 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()