[#BloombergLP-bslma-TestAllocator-setQuiet] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::setQuiet :relfileprefix: ../../../ :mrdocs: Set the quiet mode for this test allocator to the specified (boolean) `flagValue`. If `flagValue` is `true`, mismatched allocations, overrun/underrun errors, and memory leak messages will not be displayed to `stdout` and the process will not abort as a result of such conditions. Note that the default mode is _not_ quiet. Also note that this function is provided primarily to enable testing of this component; in quiet mode, situations that would otherwise abort will just quietly increment the `numMismatches` and/or `numBoundsErrors` counters. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setQuiet(bool flagValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#