Searched refs:GCdebt (Results 1 – 6 of 6) sorted by relevance
96 g->GCdebt = (g->GCdebt + nsize) - realosize; in luaM_realloc_()
116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */ member219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
105 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()106 g->GCdebt = debt; in luaE_setdebt()301 g->GCdebt = 0; in lua_newstate()
123 {if (G(L)->GCdebt > 0) {c;}; condchangemem(L);}
1141 l_mem debt = g->GCdebt; in incstep()
1056 debt += g->GCdebt; /* include current debt */ in lua_gc()