[#BloombergLP-bdlma-CountingAllocator-2constructor-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/CountingAllocator.adoc[CountingAllocator]::CountingAllocator :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlma_countingallocator.h>` Create a counting allocator. Optionally specify a `name` (associated with this object) to be included in messages output by the `print` method, thereby distinguishing this counting allocator from others that might be used in the same program. If `name` is 0 (or not specified), no distinguishing name is incorporated in `print` output. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlma/CountingAllocator/2constructor-04.adoc[CountingAllocator](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlma/CountingAllocator/2constructor-04.adoc[_» more..._]# See the overload above for contract. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlma/CountingAllocator/2constructor-05.adoc[CountingAllocator]( char const* name, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlma/CountingAllocator/2constructor-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#