[#BloombergLP-bdlma-LocalBufferedObject-get_allocator] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/LocalBufferedObject.adoc[LocalBufferedObject]::get_allocator :relfileprefix: ../../../ :mrdocs: Return the alloctor passed at construction, used to provide heap memory after the local stack buffer is exhausted. Note that this is not the arena allocator contained in this object. == Synopsis Declared in `<bdlma_localbufferedobject.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/allocator-0df.adoc[bsl::allocator<>] get_allocator() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#