Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c847 GCObject **p = &g->finobj; in separatetobefnz()
889 ho->next = g->finobj; /* link it in list 'finobj' */ in luaC_checkfinalizer()
890 g->finobj = o; in luaC_checkfinalizer()
943 g->sweepfin = sweeptolive(L, &g->finobj, &n); in entersweep()
987 lua_assert(g->finobj == NULL); in luaC_freeallobjects()
991 sweepwholelist(L, &g->finobj); /* finalizers can create objs. in 'finobj' */ in luaC_freeallobjects()
Dlstate.h128 GCObject *finobj; /* list of collectable objects with finalizers */ member
Dlstate.c297 g->finobj = NULL; in lua_newstate()