Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c248 g->allgc = o->next; /* remove object from 'allgc' list */ in luaC_fix()
263 o->next = g->allgc; in luaC_newobj()
264 g->allgc = o; in luaC_newobj()
882 o->next = g->allgc; /* return it to 'allgc' list */ in udata2finalize()
883 g->allgc = o; in udata2finalize()
1243 g->survival = g->allgc; /* all news are survivals */ in youngcollection()
1269 sweep2old(L, &g->allgc); in atomic2gen()
1271 g->reallyold = g->old1 = g->survival = g->allgc; in atomic2gen()
1309 whitelist(g, g->allgc); in enterinc()
1482 g->sweepgc = sweeptolive(L, &g->allgc); in entersweep()
[all …]
A Dlstate.c296 L1->next = g->allgc; in lua_newthread()
297 g->allgc = obj2gco(L1); in lua_newthread()
366 g->allgc = obj2gco(L); /* by now, only object is the main thread */ in lua_newstate()
A Dlstate.h271 GCObject *allgc; /* list of all collectable objects */ member

Completed in 9 milliseconds