Lines Matching refs:totalbytes
463 g->GCthreshold = 2*g->totalbytes; /* avoid GC steps */ in GCTM()
552 g->estimate = g->totalbytes - udsize; /* first estimate */ in atomic()
573 lu_mem old = g->totalbytes; in singlestep()
577 lua_assert(old >= g->totalbytes); in singlestep()
578 g->estimate -= old - g->totalbytes; in singlestep()
582 lu_mem old = g->totalbytes; in singlestep()
588 lua_assert(old >= g->totalbytes); in singlestep()
589 g->estimate -= old - g->totalbytes; in singlestep()
615 g->gcdept += g->totalbytes - g->GCthreshold; in luaC_step()
623 g->GCthreshold = g->totalbytes + GCSTEPSIZE; /* - lim/g->gcstepmul;*/ in luaC_step()
626 g->GCthreshold = g->totalbytes; in luaC_step()