MCPcopy 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

375struct 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

loadMethod · 0.45

Tested by

no test coverage detected