[#BloombergLP-bdlma-ConcurrentPoolAllocator-2constructor-00f7] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/ConcurrentPoolAllocator.adoc[ConcurrentPoolAllocator]::ConcurrentPoolAllocator :relfileprefix: ../../../ :mrdocs: Same as the preceding overload, with the specified `maxBlocksPerChunk`. == Synopsis Declared in `<bdlma_concurrentpoolallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ConcurrentPoolAllocator( xref:BloombergLP/bsls/BlockGrowth/Strategy.adoc[bsls::BlockGrowth::Strategy] growthStrategy, int maxBlocksPerChunk, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *growthStrategy* | strategy controlling growth of internal chunks | *maxBlocksPerChunk* | maximum blocks allocated when replenishing | *basicAllocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#