Home
last modified time | relevance | path

Searched defs:gettotalbytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
HDlstate.h243 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDlstate.h219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt) macro