[#BloombergLP-bslma-TestAllocator-numDeallocations] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::numDeallocations :relfileprefix: ../../../ :mrdocs: Return the cumulative number of deallocation requests. Note that this number is incremented for every `deallocate` invocation, regardless of the validity of the request. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] numDeallocations() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#