[#BloombergLP-bslma-TestAllocator-isVerbose] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::isVerbose :relfileprefix: ../../../ :mrdocs: Return `true` if this allocator is currently in verbose mode, and `false` otherwise. In verbose mode, all allocation/deallocation events will be reported on `stdout`, as will summary statistics upon destruction of this object. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isVerbose() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#