MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / propagateall

Function propagateall

3rd/lua-5.4.3/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.85
atomicFunction · 0.85

Calls 1

propagatemarkFunction · 0.85

Tested by

no test coverage detected