BloombergLP::bdlma::ConcurrentFixedPool_Node

The component-private struct provides a header for blocks that are allocated from ConcurrentFixedPool objects.

Synopsis

Declared in <bdlma_concurrentfixedpool.h>

struct ConcurrentFixedPool_Node;

Data Members

NameDescription
d_next Index of next free node when on free list; otherwise, index of this node itself adjusted with a generation count.