[#BloombergLP-bdlma-BufferedSequentialAllocator-deallocate-0ce] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/BufferedSequentialAllocator.adoc[BufferedSequentialAllocator]::deallocate :relfileprefix: ../../../ :mrdocs: This method has no effect on the specified memory block. == Synopsis Declared in `<bdlma_bufferedsequentialallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void deallocate(void* address) override; ---- == Description 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. The effect of using `address` after this call is undefined. [.small]#Created with https://www.mrdocs.com[MrDocs]#