[#BloombergLP-bdlma-LocalSequentialAllocator-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/LocalSequentialAllocator.adoc[LocalSequentialAllocator]::LocalSequentialAllocator :relfileprefix: ../../../ :mrdocs: Create a local sequential allocator for allocating memory blocks from a local buffer having the specified `t_SIZE` (in bytes). Optionally specify a `basicAllocator` used to supply memory should the capacity of the local buffer be exhausted. If `basicAllocator` is 0, the currently installed default allocator is used. == Synopsis Declared in `<bdlma_localsequentialallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit LocalSequentialAllocator(xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#