Return the number of mismatched memory deallocations that have occurred since this object was created. A memory deallocation is mismatched if that memory was not allocated directly from this allocator.
Synopsis
Declared in <bslma_testallocator.h>
bsls::Types::Int64
numMismatches() const;
Created with MrDocs