[#BloombergLP-balst-StackTraceTestAllocator-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceTestAllocator.adoc[StackTraceTestAllocator]::~StackTraceTestAllocator :relfileprefix: ../../../ :mrdocs: Destroy this allocator. Report any memory leaks to the `ostream` that was supplied at construction. If no memory leaks are observed, nothing is written to the output `ostream`. Call the failure handler if `numBlocksInUse() > 0`. Note that a report of outstanding memory blocks is written to `ostream` before the failure handler is called, and if the failure handler returns, all outstanding memory blocks will be released. == Synopsis Declared in `<balst_stacktracetestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual ~StackTraceTestAllocator() override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#