Class Specialization
Simple Allocator
General purpose allocator.
![]() | ![]() | ||||||
Simple Allocator |
Include Headers
seqan/basic.h
Parameters
An allocator that is by the simple allocator used to allocate memory. Default: Default Remarks: Default used as allocator means that the default implementations
of allocate and deallocate are used. |
Specialization of
Functions
Allocates memory from heap. (Allocator) | |
Deallocates all memory blocks. (Allocator) | |
Deallocates memory. (Allocator) |
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de