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).
Declared in <bslma_testallocator.h>
TestAllocator::size_type
lastDeallocateNumBytes() const;
DEPRECATED: use lastDeallocatedNumBytes instead.