Release all memory currently allocated through this allocator. The effect of using a pointer after this call that was obtained from this allocator before this call is undefined.

Synopsis

Declared in <bdlma_managedallocator.h>

virtual
void
release() = 0;

Created with MrDocs