Release all memory allocated through this pool and return to the underlying allocator all memory. The pool is reset to its default‐constructed state, retaining the alignment and growth strategies, and the initial and maximum buffer sizes in effect following construction. The effect of subsequently ‐ to this invocation of release ‐ using a pointer obtained from this object prior to this call to release is undefined.

Synopsis

Declared in <bdlma_sequentialpool.h>

void
release();

Created with MrDocs