[#BloombergLP-bslma-TestAllocator-lastDeallocateAddress] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::lastDeallocateAddress :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void* lastDeallocateAddress() const; ---- == Description DEPRECATED: use `lastDeallocatedAddress` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#