Set the verbose mode for this test allocator to flagValue.
Declared in <bslma_testallocator.h>
void
setVerbose(bool flagValue);
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.
| Name | Description |
|---|---|
| flagValue | true to enable verbose mode; false to disable it. |