[#BloombergLP-bslma-TestAllocator-deallocate-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::deallocate :relfileprefix: ../../../ :mrdocs: Return the memory block at `address` back to this allocator. == Synopses Declared in `<bslma_testallocator.h>` Return the memory block at `address` back to this allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/bslma/TestAllocator/deallocate-01.adoc[deallocate](void* address) override; ---- [.small]#xref:BloombergLP/bslma/TestAllocator/deallocate-01.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bslma/Allocator/deallocate-077.adoc[deallocate]( void* __p, size_t __bytes, size_t __alignment = _S_max_align); ---- [.small]#xref:BloombergLP/bslma/Allocator/deallocate-077.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *address* | Memory block previously allocated by this allocator. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#