Home
last modified time | relevance | path

Searched refs:GCestimate (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c868 g->GCestimate += g->GCdebt - olddebt; /* correct estimate */ in checkSizes()
1282 g->GCestimate = gettotalbytes(g); /* base for memory control */ in atomic2gen()
1386 g->GCestimate = gettotalbytes(g); /* first estimate */; in stepgenfull()
1418 lu_mem majorbase = g->GCestimate; /* memory after last major collection */ in genstep()
1435 g->GCestimate = majorbase; /* preserve base value */ in genstep()
1460 l_mem estimate = g->GCestimate / PAUSEADJ; /* adjust 'estimate' */ in setpause()
1565 g->GCestimate += g->GCdebt - olddebt; /* update estimate */ in sweepstep()
1600 g->GCestimate = gettotalbytes(g); /* first estimate */; in singlestep()
1704 lua_assert(g->GCestimate == gettotalbytes(g)); in fullinc()
A Dlstate.h254 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */ member

Completed in 7 milliseconds