Spec SimpleAllocator
General purpose allocator.

Extends Allocator
All Extended Allocator
Defined in <seqan/basic.h>
Signature template <typename TParentAllocator> class Allocator<SimpleAlloc<TParentAllocator> >;

Template Parameters

TParentAllocator An allocator that is used by the simple allocator to allocate memory.

Interface Function Overview

Interface Functions Inherited From Allocator

Detailed Description

The tag Default used as TparentAllocator means that the default implementations of allocate and deallocate are used.