Searched refs:sweepgc (Results 1 – 3 of 3) sorted by relevance
911 if (g->sweepgc == &o->next) /* should not remove 'sweepgc' object */ in luaC_checkfinalizer()912 g->sweepgc = sweeptolive(L, g->sweepgc); /* change 'sweepgc' */ in luaC_checkfinalizer()962 lua_assert(g->sweepgc == NULL); in entersweep()963 g->sweepgc = sweeplist(L, &g->allgc, 1); in entersweep()1031 if (g->sweepgc) { in sweepstep()1033 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX); in sweepstep()1035 if (g->sweepgc) /* is there still something to sweep? */ in sweepstep()1040 g->sweepgc = nextlist; in sweepstep()
152 GCObject **sweepgc; /* current position of sweep in list */ member
322 g->sweepgc = NULL; in lua_newstate()