[#BloombergLP-bslma-MallocFreeAllocator-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/MallocFreeAllocator.adoc[MallocFreeAllocator]::~MallocFreeAllocator :relfileprefix: ../../../ :mrdocs: Destroy this allocator. Note that the behavior of destroying an allocator while memory is allocated from it is not specified. (Unless you _know_ that it is valid to do so, don't!) == Synopsis Declared in `<bslma_mallocfreeallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual ~MallocFreeAllocator() override; ---- == Description For this concrete implementation, destroying this allocator object has no effect on allocated memory. [.small]#Created with https://www.mrdocs.com[MrDocs]#