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

Method FreeListNode

concurrentqueue.h:1462–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460 struct FreeListNode
1461 {
1462 FreeListNode() : freeListRefs(0), freeListNext(nullptr) { }
1463
1464 std::atomic<std::uint32_t> freeListRefs;
1465 std::atomic<N*> freeListNext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected