Release all memory currently allocated through this allocator.
Synopsis
Declared in <bdlma_managedallocator.h>
virtual
void
release() = 0;
Description
The effect of using a pointer after this call that was obtained from this allocator before this call is undefined.
Created with MrDocs