[#BloombergLP-bslma-TestAllocator-lastDeallocatedAddress] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::lastDeallocatedAddress :relfileprefix: ../../../ :mrdocs: Return the address that was supplied to the most recent deallocation request. Return 0 if a null pointer was most recently deallocated. Note that the address is always recorded regardless of the validity of the request. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void* lastDeallocatedAddress() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#