Searched refs:reallyold (Results 1 – 4 of 4) sorted by relevance
1008 checkpointer(&g->reallyold, o); in correctpointers()1254 markold(g, g->firstold1, g->reallyold); /* mark them */ in youngcollection()1266 g->reallyold = g->old1; in youngcollection()1296 g->reallyold = g->old1 = g->survival = g->allgc; in atomic2gen()1345 g->reallyold = g->old1 = g->survival = NULL; in enterinc()
289 GCObject *reallyold; /* objects more than one cycle old ("really old") */ member
598 GCObject *newl, GCObject *survival, GCObject *old, GCObject *reallyold) { in checklist() argument611 for (o = old; o != reallyold; o = o->next) { in checklist()616 for (o = reallyold; o != NULL; o = o->next) { in checklist()647 g->survival, g->old1, g->reallyold); in lua_checkmemory()
391 g->firstold1 = g->survival = g->old1 = g->reallyold = NULL; in lua_newstate()