Return the number of bytes of the most recent deallocation request.
Declared in <bslma_testallocator.h>
TestAllocator::size_type
lastDeallocateNumBytes() const;
Return the number of bytes of the most recent memory deallocation request. Return 0 if the request was invalid (e.g., deallocating memory not allocated through this allocator).
DEPRECATED: use lastDeallocatedNumBytes instead.
byte count of the most recent deallocation, or 0 if invalid