Same as the preceding overload, with the specified growthStrategy.

Synopsis

Declared in <bdlma_concurrentpoolallocator.h>

explicit
ConcurrentPoolAllocator(
    bsls::BlockGrowth::Strategy growthStrategy,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

growthStrategy

strategy controlling growth of internal chunks

basicAllocator

memory allocator; null uses the default

Created with MrDocs