[#BloombergLP-bslma-SequentialPool-2constructor-06] = 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 of the specified `initialSize`. == Synopsis Declared in `<bslma_sequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SequentialPool( int initialSize, xref:BloombergLP/bslma/Allocator.adoc[Allocator]* basicAllocator = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *initialSize* | The initial internal buffer size (in bytes). | *basicAllocator* | The allocator used to supply memory. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#