Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ FreeListNode
Method
FreeListNode
tests/corealgos.h:377–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
struct FreeListNode
376
{
377
FreeListNode() : freeListRefs(0), freeListNext(nullptr) { }
378
379
std::atomic<std::uint32_t> freeListRefs;
380
std::atomic<N*> freeListNext;
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected