Create a proctor object to manage the specified originalAllocator.
Declared in <bdlma_autoreleaser.h>
AutoReleaser(ALLOCATOR* originalAllocator);
Unless the release method of this proctor is invoked, the release method of originalAllocator is automatically invoked upon destruction of this proctor.
| Name | Description |
|---|---|
| originalAllocator | allocator or pool to manage |