Create a stash of the current statistics of testAllocator.
Declared in <bslma_testallocator.h>
TestAllocatorStashedStatistics(TestAllocator* testAllocator);
Create a TestAllocatorStashedStatistics object with its members initialized by the current statistics values of the specified testAllocator, and the address of it as origin.
| Name | Description |
|---|---|
| testAllocator | The test allocator whose statistics are saved. |