Return the number of bytes of the most recent memory request. Note that this number is always recorded regardless of the validity of the request.
Synopsis
Declared in <bslma_testallocator.h>
TestAllocator::size_type
lastAllocateNumBytes() const;
Description
DEPRECATED: use lastAllocatedNumBytes instead.
Created with MrDocs