[#BloombergLP-bdlma-CountingAllocator-print] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/CountingAllocator.adoc[CountingAllocator]::print :relfileprefix: ../../../ :mrdocs: Write the accumulated state information held in this allocator to the specified `stream` in some reasonable (multi‐line) format, and return a reference to `stream`. == Synopsis Declared in `<bdlma_countingallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& print(std::ostream& stream) const; ---- == Return Value reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#