Release all memory currently allocated through this buffer manager.

Synopsis

Declared in <bdlma_buffermanager.h>

void
release();

Description

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).

Created with MrDocs