Same as the preceding overload, with the specified growthStrategy.
Declared in <bdlma_concurrentpoolallocator.h>
ConcurrentPoolAllocator(
size_type blockSize,
bsls::BlockGrowth::Strategy growthStrategy,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| blockSize | size in bytes of each pooled memory block |
| growthStrategy | strategy controlling growth of internal chunks |
| basicAllocator | memory allocator; null uses the default |