MCPcopy Create free account
hub / github.com/F-Stack/f-stack / markbeingfnz

Function markbeingfnz

freebsd/contrib/openzfs/module/lua/lgc.c:310–316  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

308** mark all objects in list of being-finalized
309*/
310static void markbeingfnz (global_State *g) {
311 GCObject *o;
312 for (o = g->tobefnz; o != NULL; o = gch(o)->next) {
313 makewhite(g, o);
314 reallymarkobject(g, o);
315 }
316}
317
318
319/*

Callers 2

restartcollectionFunction · 0.85
atomicFunction · 0.85

Calls 1

reallymarkobjectFunction · 0.70

Tested by

no test coverage detected