MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / propagateall

Function propagateall

third-party/lua-5.1.5/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.70

Calls 1

propagatemarkFunction · 0.70

Tested by

no test coverage detected