Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.c1115 static GCObject **sweepgen (lua_State *L, global_State *g, GCObject **p, in sweepgen() function
1265 psurvival = sweepgen(L, g, &g->allgc, g->survival, &g->firstold1); in youngcollection()
1267 sweepgen(L, g, psurvival, g->old1, &g->firstold1); in youngcollection()
1274 psurvival = sweepgen(L, g, &g->finobj, g->finobjsur, &dummy); in youngcollection()
1276 sweepgen(L, g, psurvival, g->finobjold1, &dummy); in youngcollection()
1281 sweepgen(L, g, &g->tobefnz, NULL, &dummy); in youngcollection()