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