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>
virtual
~MallocFreeAllocator() override;
Description
For this concrete implementation, destroying this allocator object has no effect on allocated memory.
Created with MrDocs