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

Function cleargraylists

third-party/lua-5.5.0/src/lgc.c:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428
429static void cleargraylists (global_State *g) {
430 g->gray = g->grayagain = NULL;
431 g->weak = g->allweak = g->ephemeron = NULL;
432}
433
434
435/*

Callers 2

restartcollectionFunction · 0.70
atomic2genFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected