Searched refs:firstold1 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlgc.c897 g->firstold1 = o; /* it is the first OLD1 object in the list */
1012 checkpointer(&g->firstold1, o);
1256 if (g->firstold1) { /* are there regular OLD1 objects? */
1257 markold(g, g->firstold1, g->reallyold); /* mark them */
1258 g->firstold1 = NULL; /* no more OLD1 objects (for now) */
1266 psurvival = sweepgen(L, g, &g->allgc, g->survival, &g->firstold1);
1268 sweepgen(L, g, psurvival, g->old1, &g->firstold1);
1274 dummy = NULL; /* no 'firstold1' optimization for 'finobj' lists */
1300 g->firstold1 = NULL; /* there are no OLD1 objects anywhere */
H A Dlstate.h57 ** The generational collector also uses a pointer 'firstold1', which
62 ** 'firstold1': no OLD1 objects before this point; there can be all
292 GCObject *firstold1; /* first OLD1 object in the list (if any) */ member in struct:global_State
H A Dlstate.c395 g->firstold1 = g->survival = g->old1 = g->reallyold = NULL;

Completed in 257 milliseconds