Searched refs:firstold1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 896 g->firstold1 = o; /* it is the first OLD1 object in the list */ in udata2finalize() 1011 checkpointer(&g->firstold1, o); in correctpointers() 1255 if (g->firstold1) { /* are there regular OLD1 objects? */ in youngcollection() 1256 markold(g, g->firstold1, g->reallyold); /* mark them */ in youngcollection() 1257 g->firstold1 = NULL; /* no more OLD1 objects (for now) */ in youngcollection() 1265 psurvival = sweepgen(L, g, &g->allgc, g->survival, &g->firstold1); in youngcollection() 1267 sweepgen(L, g, psurvival, g->old1, &g->firstold1); in youngcollection() 1299 g->firstold1 = NULL; /* there are no OLD1 objects anywhere */ in atomic2gen()
|
| H A D | lstate.h | 290 GCObject *firstold1; /* first OLD1 object in the list (if any) */ member
|
| H A D | lstate.c | 394 g->firstold1 = g->survival = g->old1 = g->reallyold = NULL; in lua_newstate()
|