MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / cleargraylists

Function cleargraylists

3rd/lua-5.4.3/src/lgc.c:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388static void cleargraylists (global_State *g) {
389 g->gray = g->grayagain = NULL;
390 g->weak = g->allweak = g->ephemeron = NULL;
391}
392
393
394/*

Callers 2

restartcollectionFunction · 0.85
atomic2genFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected