[#BloombergLP-bslma-TestAllocator-setVerbose] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::setVerbose :relfileprefix: ../../../ :mrdocs: Set the verbose mode for this test allocator to the specified (boolean) `flagValue`. If `flagValue` is `true`, all allocation/deallocation events will be reported automatically on `stdout`, as will accumulated statistics upon destruction of this object. Note that the default mode is _not_ verbose. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setVerbose(bool flagValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#