Function
clear
Deallocates all memory blocks.
clear(allocator)
Parameters
allocator
Allocator object.
Remarks
This function deallocates all memory blocks that was allocated using allocate for allocator. The memory is not pooled but directly passed back to the heap manager.
Example Programs
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de