Create an instrumented "test" allocator with the specified verboseFlag.
Declared in <bslma_testallocator.h>
explicit
TestAllocator(
bool verboseFlag,
Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| verboseFlag | Flag indicating whether to report events verbosely. |
| basicAllocator | The allocator used to supply memory. |