MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / propagateall

Function propagateall

lib/lua/src/lgc.c:676–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674
675
676static lu_mem propagateall (global_State *g) {
677 lu_mem tot = 0;
678 while (g->gray)
679 tot += propagatemark(g);
680 return tot;
681}
682
683
684/*

Callers 2

convergeephemeronsFunction · 0.85
atomicFunction · 0.85

Calls 1

propagatemarkFunction · 0.85

Tested by

no test coverage detected