MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / markbeingfnz

Function markbeingfnz

third-party/lua-5.5.0/src/lgc.c:388–392  ·  view source on GitHub ↗

** mark all objects in list of being-finalized */

Source from the content-addressed store, hash-verified

386** mark all objects in list of being-finalized
387*/
388static void markbeingfnz (global_State *g) {
389 GCObject *o;
390 for (o = g->tobefnz; o != NULL; o = o->next)
391 markobject(g, o);
392}
393
394
395/*

Callers 2

restartcollectionFunction · 0.70
atomicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected