[#BloombergLP-bdlma-AutoReleaser-reset] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/AutoReleaser.adoc[AutoReleaser]::reset :relfileprefix: ../../../ :mrdocs: Set the specified `newAllocator` as the allocator or pool to be managed by this proctor. == Synopsis Declared in `<bdlma_autoreleaser.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset(ALLOCATOR* newAllocator); ---- == Description Note that this method releases from management any previously held allocator or pool, and so may be invoked with or without having called `release` when reusing this object. == Parameters [cols="1,4"] |=== | Name| Description | *newAllocator* | allocator or pool to be managed by this proctor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#