Create an instrumented "test" allocator with the specified name.
Declared in <bslma_testallocator.h>
explicit
TestAllocator(
char const* name,
Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| name | The diagnostic name for this test allocator. |
| basicAllocator | The allocator used to supply memory. |