Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.c882 GCObject **p = &g->finobj; in separatetobefnz()
917 o->next = g->finobj; /* link it in 'finobj' list */ in luaC_checkfinalizer()
918 g->finobj = o; in luaC_checkfinalizer()
970 lua_assert(g->finobj == NULL); in luaC_freeallobjects()
975 sweepwholelist(L, &g->finobj); in luaC_freeallobjects()
1071 return sweepstep(L, g, GCSswpfinobj, &g->finobj); in singlestep()
Dlstate.h153 GCObject *finobj; /* list of collectable objects with finalizers */ member
Dlstate.c321 g->allgc = g->finobj = g->tobefnz = g->fixedgc = NULL; in lua_newstate()