Searched refs:sweepgc (Results 1 – 6 of 6) sorted by relevance
881 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */ in luaC_checkfinalizer()883 g->sweepgc = sweeptolive(L, g->sweepgc, NULL); in luaC_checkfinalizer()939 lua_assert(g->sweepgc == NULL && g->sweepfin == NULL); in entersweep()943 g->sweepgc = sweeptolive(L, &g->allgc, &n); in entersweep()1087 if (g->sweepgc) { in singlestep()1088 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX); in singlestep()
130 GCObject **sweepgc; /* current position of sweep in list 'allgc' */ member
297 g->sweepgc = g->sweepfin = NULL; in lua_newstate()
550 g->sweepgc = &g->rootgc; in atomic()583 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX); in singlestep()584 if (*g->sweepgc == NULL) { /* nothing more to sweep? */ in singlestep()640 g->sweepgc = &g->rootgc; in luaC_fullgc()
76 GCObject **sweepgc; /* position of sweep in `rootgc' */ member
172 g->sweepgc = &g->rootgc; in lua_newstate()