Create a sequential pool using the specified growth strategy.
Synopsis
Declared in <bdlma_sequentialpool.h>
explicit
SequentialPool(
bsls::BlockGrowth::Strategy growthStrategy,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
growthStrategy |
strategy controlling growth of internal buffers |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs