MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / propagateall

Function propagateall

deps/lua/src/lgc.c:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323static size_t propagateall (global_State *g) {
324 size_t m = 0;
325 while (g->gray) m += propagatemark(g);
326 return m;
327}
328
329
330/*

Callers 1

atomicFunction · 0.85

Calls 1

propagatemarkFunction · 0.85

Tested by

no test coverage detected