[#BloombergLP-bslma-TestAllocator-numAllocation] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::numAllocation :relfileprefix: ../../../ :mrdocs: Return the cumulative number of allocation requests. Note that this number is incremented for every `allocate` 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] numAllocation() const; ---- == Description DEPRECATED: use `numAllocations` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#