Return the address that was returned by the most recent allocation request. Return 0 if the most recent allocation request was for 0 bytes.
Synopsis
Declared in <bslma_testallocator.h>
void*
lastAllocatedAddress() const;
Return Value
address from the most recent allocation, or 0 if for 0 bytes
Created with MrDocs