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

/netbsd-current/external/mit/lua/dist/src/
H A Dlgc.c970 ** finalization from list 'finobj' to list 'tobefnz' (to be finalized).
977 GCObject **p = &g->finobj;
986 *p = curr->next; /* remove 'curr' from 'finobj' list */
1018 ** search the list to find it) and link it in 'finobj' list.
1026 else { /* move 'o' to 'finobj' list */
1038 o->next = g->finobj; /* link it in 'finobj' list */
1039 g->finobj = o;
1260 markold(g, g->finobj, g->finobjrold);
1273 /* repeat for 'finobj' list
[all...]
H A Dlstate.h31 ** 'finobj': all objects marked for finalization;
45 ** 'finobj' -> 'finobjsur': new objects marked for finalization;
280 GCObject *finobj; /* list of collectable objects with finalizers */ member in struct:global_State
H A Dlstate.c394 g->finobj = g->tobefnz = g->fixedgc = NULL;

Completed in 145 milliseconds