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