Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c968 GCObject **p = &g->finobj; in separatetobefnz()
1028 o->next = g->finobj; /* link it in 'finobj' list */ in luaC_checkfinalizer()
1029 g->finobj = o; in luaC_checkfinalizer()
1232 markold(g, g->finobj, g->finobjrold); in youngcollection()
1252 g->finobjsur = g->finobj; /* all news are survivals */ in youngcollection()
1275 sweep2old(L, &g->finobj); in atomic2gen()
1276 g->finobjrold = g->finobjold1 = g->finobjsur = g->finobj; in atomic2gen()
1311 whitelist(g, g->finobj); in enterinc()
1507 lua_assert(g->finobj == NULL); in luaC_freeallobjects()
1510 deletelist(L, g->finobj, NULL); in luaC_freeallobjects()
[all …]
A Dlstate.h273 GCObject *finobj; /* list of collectable objects with finalizers */ member
A Dlstate.c384 g->finobj = g->tobefnz = g->fixedgc = NULL; in lua_newstate()

Completed in 9 milliseconds