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