Same as the preceding overload, with the specified maxBlocksPerChunk.

Synopsis

Declared in <bdlma_pool.h>

Pool(
    bsls::Types::size_type blockSize,
    bsls::BlockGrowth::Strategy growthStrategy,
    int maxBlocksPerChunk,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs