[#BloombergLP-bdlma-BufferedSequentialPool-release] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/BufferedSequentialPool.adoc[BufferedSequentialPool]::release :relfileprefix: ../../../ :mrdocs: Release all memory allocated through this pool except the external buffer supplied at construction. == Synopsis Declared in `<bdlma_bufferedsequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void release(); ---- == Description Release all memory allocated through this pool and return to the underlying allocator _all_ memory except the external buffer supplied at construction. The pool is reset to its default‐constructed state, making the memory from the entire external buffer supplied at construction available for subsequent allocations, retaining the alignment and growth strategies, and the initial and maximum buffer sizes in effect following construction. The effect of subsequently ‐ to this invokation of `release` ‐ using a pointer obtained from this object prior to this call to `release` is undefined. [.small]#Created with https://www.mrdocs.com[MrDocs]#