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

Method Block

concurrentqueue.h:1583–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1581 struct Block
1582 {
1583 Block()
1584 : next(nullptr), elementsCompletelyDequeued(0), freeListRefs(0), freeListNext(nullptr), dynamicallyAllocated(true)
1585 {
1586#ifdef MCDBGQ_TRACKMEM
1587 owner = nullptr;
1588#endif
1589 }
1590
1591 template<InnerQueueContext context>
1592 inline bool is_empty() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected