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

Function propagateall

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

Source from the content-addressed store, hash-verified

563
564
565static void propagateall (global_State *g) {
566 while (g->gray) propagatemark(g);
567}
568
569
570static void propagatelist (global_State *g, GCObject *l) {

Callers 4

propagatelistFunction · 0.70
retraversegraysFunction · 0.70
convergeephemeronsFunction · 0.70
atomicFunction · 0.70

Calls 1

propagatemarkFunction · 0.70

Tested by

no test coverage detected