Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c1088 static GCObject **sweepgen (lua_State *L, global_State *g, GCObject **p, in sweepgen() function
1238 psurvival = sweepgen(L, g, &g->allgc, g->survival, &g->firstold1); in youngcollection()
1240 sweepgen(L, g, psurvival, g->old1, &g->firstold1); in youngcollection()
1247 psurvival = sweepgen(L, g, &g->finobj, g->finobjsur, &dummy); in youngcollection()
1249 sweepgen(L, g, psurvival, g->finobjold1, &dummy); in youngcollection()
1254 sweepgen(L, g, &g->tobefnz, NULL, &dummy); in youngcollection()

Completed in 5 milliseconds