[#BloombergLP-ball-CountingAllocator-deallocate-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CountingAllocator.adoc[CountingAllocator]::deallocate :relfileprefix: ../../../ :mrdocs: Return the memory at the specified `address` to this allocator. == Synopses Declared in `<ball_countingallocator.h>` Return the memory at the specified `address` to this allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/ball/CountingAllocator/deallocate-09.adoc[deallocate](void* address) override; ---- [.small]#xref:BloombergLP/ball/CountingAllocator/deallocate-09.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* | previously allocated memory to return; may be null |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#