Home
last modified time | relevance | path

Searched refs:finobjold1 (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c970 while ((curr = *p) != g->finobjold1) { /* traverse all finalizable objects */ in separatetobefnz()
1249 sweepgen(L, g, psurvival, g->finobjold1, &dummy); in youngcollection()
1250 g->finobjrold = g->finobjold1; in youngcollection()
1251 g->finobjold1 = *psurvival; /* 'survival' survivals are old now */ in youngcollection()
1276 g->finobjrold = g->finobjold1 = g->finobjsur = g->finobj; in atomic2gen()
1313 g->finobjrold = g->finobjold1 = g->finobjsur = NULL; in enterinc()
A Dlstate.h287 GCObject *finobjold1; /* list of old1 objects with finalizers */ member
A Dlstate.c386 g->finobjsur = g->finobjold1 = g->finobjrold = NULL; in lua_newstate()

Completed in 9 milliseconds