MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / propagateall

Function propagateall

xrepo/packages/l/lua/port/lua/src/lgc.c:668–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667
668static lu_mem propagateall (global_State *g) {
669 lu_mem tot = 0;
670 while (g->gray)
671 tot += propagatemark(g);
672 return tot;
673}
674
675
676/*

Callers 2

convergeephemeronsFunction · 0.70
atomicFunction · 0.70

Calls 1

propagatemarkFunction · 0.70

Tested by

no test coverage detected