Function
clear
Deallocates all memory blocks.
clear(allocator)
Include Headers
seqan/basic.h
Parameters
allocator
Allocator object.
Types: Allocator
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.
Member of
Example Programs
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:35