Searched refs:sweepstep (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lgc.c | 1566 static int sweepstep (lua_State *L, global_State *g, in sweepstep() function 1611 work = sweepstep(L, g, GCSswpfinobj, &g->finobj); in singlestep() 1615 work = sweepstep(L, g, GCSswptobefnz, &g->tobefnz); in singlestep() 1619 work = sweepstep(L, g, GCSswpend, NULL); in singlestep()
|