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

Function propagateall

extlibs/lua/src/lgc.c:617–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615
616
617static lu_mem propagateall (global_State *g) {
618 lu_mem tot = 0;
619 while (g->gray)
620 tot += propagatemark(g);
621 return tot;
622}
623
624
625/*

Callers 2

convergeephemeronsFunction · 0.85
atomicFunction · 0.85

Calls 1

propagatemarkFunction · 0.85

Tested by

no test coverage detected