Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.c1008 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()
H A Dlstate.h289 GCObject *reallyold; /* objects more than one cycle old ("really old") */ member
H A Dltests.c598 GCObject *newl, GCObject *survival, GCObject *old, GCObject *reallyold) { in checklist() argument
611 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()
H A Dlstate.c391 g->firstold1 = g->survival = g->old1 = g->reallyold = NULL; in lua_newstate()