Create a sequential pool using an internal buffer of the specified initialSize and alignment strategy.
Declared in <bslma_sequentialpool.h>
SequentialPool(
int initialSize,
BufferAllocator::AlignmentStrategy strategy,
Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| initialSize | The initial internal buffer size (in bytes). |
| strategy | The alignment strategy used for allocations. |
| basicAllocator | The allocator used to supply memory. |