[#BloombergLP-bslma-AutoDeallocator-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/AutoDeallocator.adoc[AutoDeallocator]::~AutoDeallocator :relfileprefix: ../../../ :mrdocs: Destroy this range proctor and deallocate the contiguous sequence of memory blocks it manages (if any) by invoking the `deallocate` method of the allocator (or pool) supplied at construction on each memory block. Note that the order in which the managed memory blocks are deallocated is undefined. == Synopsis Declared in `<bslma_autodeallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~AutoDeallocator(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#