[#BloombergLP-bdlma-SequentialAllocator-deallocate-034] = 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. == Synopses Declared in `<bdlma_sequentialallocator.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/bdlma/SequentialAllocator/deallocate-033.adoc[deallocate](void* address) override; ---- [.small]#xref:BloombergLP/bdlma/SequentialAllocator/deallocate-033.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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#