Set the verbose mode for this test allocator to flagValue.

Synopsis

Declared in <bslma_testallocator.h>

void
setVerbose(bool flagValue);

Description

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.

Parameters

Name

Description

flagValue

true to enable verbose mode; false to disable it.

Created with MrDocs