Create a sequential pool using the specified alignment strategy.
Declared in <bdlma_sequentialpool.h>
explicit
SequentialPool(
bsls::Alignment::Strategy alignmentStrategy,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| alignmentStrategy | strategy used to align allocated memory blocks |
| basicAllocator | memory allocator; null uses the default |