MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / FreeListNode

Method FreeListNode

tests/relacy/freelist.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7struct FreeListNode
8{
9 FreeListNode() : freeListRefs(0), freeListNext(nullptr) { }
10
11 std::atomic<std::uint32_t> freeListRefs;
12 std::atomic<N*> freeListNext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected