[#BloombergLP-bdlma-HeapBypassAllocator-deallocate-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/HeapBypassAllocator.adoc[HeapBypassAllocator]::deallocate :relfileprefix: ../../../ :mrdocs: `deallocate` overloads == Synopses Declared in `<bdlma_heapbypassallocator.h>` This method has no effect for this heap bypass allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/bdlma/HeapBypassAllocator/deallocate-03.adoc[deallocate](void*) override; ---- [.small]#xref:BloombergLP/bdlma/HeapBypassAllocator/deallocate-03.adoc[_» more..._]# Return the memory block at the specified `address` to this allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/bslma/Allocator/deallocate-078.adoc[deallocate](void* address) = 0; ---- [.small]#xref:BloombergLP/bslma/Allocator/deallocate-078.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]#