Searched refs:psurvival (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 1252 GCObject **psurvival; /* to point to first non-dead survival object */ in youngcollection() local 1265 psurvival = sweepgen(L, g, &g->allgc, g->survival, &g->firstold1); in youngcollection() 1267 sweepgen(L, g, psurvival, g->old1, &g->firstold1); in youngcollection() 1269 g->old1 = *psurvival; /* 'survival' survivals are old now */ in youngcollection() 1274 psurvival = sweepgen(L, g, &g->finobj, g->finobjsur, &dummy); in youngcollection() 1276 sweepgen(L, g, psurvival, g->finobjold1, &dummy); in youngcollection() 1278 g->finobjold1 = *psurvival; /* 'survival' survivals are old now */ in youngcollection()
|