[#BloombergLP-bslma-SequentialPool-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/SequentialPool.adoc[SequentialPool]::SequentialPool :relfileprefix: ../../../ :mrdocs: Create a sequential pool using an internal buffer with a maximum buffer size and the specified alignment `strategy`. == Synopsis Declared in `<bslma_sequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SequentialPool( int initialSize, int maxBufferSize, xref:BloombergLP/bslma/BufferAllocator/AlignmentStrategy.adoc[BufferAllocator::AlignmentStrategy] strategy, xref:BloombergLP/bslma/Allocator.adoc[Allocator]* basicAllocator = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *initialSize* | The initial internal buffer size (in bytes). | *maxBufferSize* | The maximum internal buffer size (in bytes). | *strategy* | The alignment strategy used for allocations. | *basicAllocator* | The allocator used to supply memory. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#