[#BloombergLP-bslma-SequentialAllocator-deallocate-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/SequentialAllocator.adoc[SequentialAllocator]::deallocate :relfileprefix: ../../../ :mrdocs: This method has no effect for this allocator. == Synopses Declared in `<bslma_sequentialallocator.h>` This method has no effect for this allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/bslma/SequentialAllocator/deallocate-04.adoc[deallocate](void* address) override; ---- [.small]#xref:BloombergLP/bslma/SequentialAllocator/deallocate-04.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..._]# == Parameters [cols="1,4"] |=== | Name| Description | *address* | The address of the memory block to deallocate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#