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>

virtual
~StackTraceTestAllocator() override;

Created with MrDocs