Create a sequential pool using the specified growth and alignment strategies and an implementation-defined initial buffer size.
Declared in <bdlma_sequentialpool.h>
SequentialPool(
bsls::BlockGrowth::Strategy growthStrategy,
bsls::Alignment::Strategy alignmentStrategy,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| growthStrategy | strategy controlling growth of internal buffers |
| alignmentStrategy | strategy used to align allocated memory blocks |
| basicAllocator | memory allocator; null uses the default |