Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.h17 #define sizeudata(u) (sizeof(union Udata)+(u)->len) macro
H A Dlgc.c254 size = sizeudata(gco2u(o)); in reallymarkobject()
675 case LUA_TUSERDATA: luaM_freemem(L, o, sizeudata(gco2u(o))); break; in freeobj()
/freebsd/contrib/lua/src/
H A Dlstring.c264 o = luaC_newobj(L, LUA_VUSERDATA, sizeudata(nuvalue, s)); in luaS_newudata()
H A Dlobject.h498 #define sizeudata(nuv,nb) (udatamemoffset(nuv) + (nb)) macro
H A Dlgc.c796 luaM_freemem(L, o, sizeudata(u->nuvalue, u->len)); in freeobj()