[#BloombergLP-bdlma-SequentialAllocator-deallocate-033] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/SequentialAllocator.adoc[SequentialAllocator]::deallocate :relfileprefix: ../../../ :mrdocs: This method has no effect on the memory block at the specified `address` as all memory allocated by this allocator is managed. The behavior is undefined unless `address` is 0, or was allocated by this allocator and has not already been deallocated. == Synopsis Declared in `<bdlma_sequentialallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void deallocate(void* address) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#