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>

void
setVerbose(bool flagValue);

Created with MrDocs