Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ FreeList
Method
FreeList
tests/relacy/freelist.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
struct FreeList
20
{
21
FreeList() : freeListHead(nullptr) { }
22
23
inline void add(N* node)
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected