Release all memory currently allocated through this buffer manager. After this call, the external buffer managed by this object is retained. Subsequent allocations will allocate memory from the beginning of the external buffer (if any).

Synopsis

Declared in <bdlma_buffermanager.h>

void
release();

Created with MrDocs