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).

Synopsis

Declared in <bslma_testallocator.h>

TestAllocator::size_type
lastDeallocateNumBytes() const;

Description

DEPRECATED: use lastDeallocatedNumBytes instead.

Created with MrDocs