Create a sequential allocator using an internal buffer and the specified alignment strategy.
Declared in <bslma_sequentialallocator.h>
explicit
SequentialAllocator(
BufferAllocator::AlignmentStrategy strategy,
Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| strategy | The alignment strategy used for allocations. |
| basicAllocator | The allocator used to supply memory. |