Return the memory address of the last memory deallocation request. Note that the address is always recorded regardless of the validity of the request.

Synopsis

Declared in <bslma_testallocator.h>

void*
lastDeallocateAddress() const;

Description

DEPRECATED: use lastDeallocatedAddress instead.

Created with MrDocs