Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
static 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
restartcollection
Function · 0.85
atomic2gen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected