[#BloombergLP-bdlma-ConcurrentPoolAllocator-deallocate-01d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/ConcurrentPoolAllocator.adoc[ConcurrentPoolAllocator]::deallocate :relfileprefix: ../../../ :mrdocs: Return the memory at the specified `address` back to this allocator. If `address` is 0, this method has no effect. The behavior is undefined unless `address` was allocated using this allocator and has not already been deallocated. == Synopsis Declared in `<bdlma_concurrentpoolallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void deallocate(void* address) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#