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

Name

Description

d_next

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

Created with MrDocs