Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c342 for (o = g->tobefnz; o != NULL; o = o->next) { in markbeingfnz()
879 GCObject *o = g->tobefnz; /* get first element */ in udata2finalize()
933 for (i = 0; i < n && g->tobefnz; i++) in runafewfinalizers()
944 while (g->tobefnz) in callallpendingfinalizers()
969 GCObject **lastnext = findlast(&g->tobefnz); in separatetobefnz()
1233 markold(g, g->tobefnz, NULL); in youngcollection()
1254 sweepgen(L, g, &g->tobefnz, NULL, &dummy); in youngcollection()
1278 sweep2old(L, &g->tobefnz); in atomic2gen()
1312 whitelist(g, g->tobefnz); in enterinc()
1608 work = sweepstep(L, g, GCSswptobefnz, &g->tobefnz); in singlestep()
[all …]
A Dlstate.h279 GCObject *tobefnz; /* list of userdata to be GC */ member
A Dlstate.c384 g->finobj = g->tobefnz = g->fixedgc = NULL; in lua_newstate()

Completed in 8 milliseconds