Create a sequential allocator using the specified growth strategy.
Declared in <bdlma_sequentialallocator.h>
explicit
SequentialAllocator(
bsls::BlockGrowth::Strategy growthStrategy,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| growthStrategy | strategy controlling growth of internal buffers |
| basicAllocator | memory allocator; null uses the default |