[#BloombergLP-bdlma-BufferedSequentialPool-2constructor-0d9] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/BufferedSequentialPool.adoc[BufferedSequentialPool]::BufferedSequentialPool :relfileprefix: ../../../ :mrdocs: Create a buffered sequential pool with growth limited to `maxBufferSize` and the specified growth strategy. == Synopsis Declared in `<bdlma_bufferedsequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- BufferedSequentialPool( char* buffer, xref:BloombergLP/bsls/Types/size_type.adoc[bsls::Types::size_type] size, xref:BloombergLP/bsls/Types/size_type.adoc[bsls::Types::size_type] maxBufferSize, xref:BloombergLP/bsls/BlockGrowth/Strategy.adoc[bsls::BlockGrowth::Strategy] growthStrategy, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | external buffer from which to allocate | *size* | size in bytes of `buffer` | *maxBufferSize* | maximum dynamically allocated buffer size in bytes | *growthStrategy* | strategy controlling growth of internal buffers | *basicAllocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#