The component-private struct provides a header for blocks that are allocated from ConcurrentFixedPool objects.
Declared in <bdlma_concurrentfixedpool.h>
struct ConcurrentFixedPool_Node;
| Name | Description |
|---|---|
d_next | Index of next free node when on free list; otherwise, index of this node itself adjusted with a generation count. |