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