HomeSort by: relevance | last modified time | path
    Searched refs:reallyold (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
lstate.h 42 ** 'old1' -> 'reallyold': objects that became old in last collection;
43 ** 'reallyold' -> NULL: objects old for more than one cycle.
60 ** and 'reallyold', but often the list has no OLD1 objects or they are
291 GCObject *reallyold; /* objects more than one cycle old ("really old") */ member in struct:global_State
lgc.c 1011 checkpointer(&g->reallyold, o);
1257 markold(g, g->firstold1, g->reallyold); /* mark them */
1269 g->reallyold = g->old1;
1299 g->reallyold = g->old1 = g->survival = g->allgc;
1348 g->reallyold = g->old1 = g->survival = NULL;
lstate.c 395 g->firstold1 = g->survival = g->old1 = g->reallyold = NULL;

Completed in 17 milliseconds