Concept
Allocator
Object that manages memory allocation.
Concept Definition
Required Functions
allocateAllocates memory from heap.
clearDeallocates all memory blocks.
deallocateDeallocates memory.
Implemented by
AllocatorManager for allocated memory.
Used By Function
SeqAn - Sequence Analysis Library - www.seqan.de