[#BloombergLP-ball-CountingAllocator-deallocate-09] = 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` back to this allocator and update the byte count maintained by this counting allocator appropriately. If `address` is 0, this function has no effect. The behavior is undefined unless `address` was allocated using this allocator and has not already been deallocated. == Synopsis Declared in `<ball_countingallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void deallocate(void* address) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#