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