Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.c846 GCObject **p = &g->finobj; in separatetobefnz()
888 ho->next = g->finobj; /* link it in list 'finobj' */ in luaC_checkfinalizer()
889 g->finobj = o; in luaC_checkfinalizer()
942 g->sweepfin = sweeptolive(L, &g->finobj, &n); in entersweep()
986 lua_assert(g->finobj == NULL); in luaC_freeallobjects()
990 sweepwholelist(L, &g->finobj); /* finalizers can create objs. in 'finobj' */ in luaC_freeallobjects()
H A Dlstate.h129 GCObject *finobj; /* list of collectable objects with finalizers */ member
H A Dlstate.c295 g->finobj = NULL; in lua_newstate()