Home
last modified time | relevance | path

Searched refs:GCdebt (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlmem.c96 g->GCdebt = (g->GCdebt + nsize) - realosize; in luaM_realloc_()
H A Dlstate.h116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */ member
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
H A Dlstate.c105 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()
106 g->GCdebt = debt; in luaE_setdebt()
301 g->GCdebt = 0; in lua_newstate()
H A Dlgc.h123 {if (G(L)->GCdebt > 0) {c;}; condchangemem(L);}
H A Dlgc.c1141 l_mem debt = g->GCdebt; in incstep()
H A Dlapi.c1056 debt += g->GCdebt; /* include current debt */ in lua_gc()