BloombergLP::bslma::SequentialPool::SequentialPool

Create a sequential pool using an internal buffer of the specified initialSize.

Synopsis

Declared in <bslma_sequentialpool.h>

explicit
SequentialPool(
    int initialSize,
    Allocator* basicAllocator = 0);

Parameters

NameDescription
initialSizeThe initial internal buffer size (in bytes).
basicAllocatorThe allocator used to supply memory.