STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Allocation Functors

Standard allocation strategies encapsulated in functors. More...

+ Collaboration diagram for Allocation Functors:

Classes

struct  stxxl::basic_allocation_strategy
 Example disk allocation scheme functor. More...
 
struct  stxxl::FR
 Fully randomized disk allocation scheme functor. More...
 
struct  stxxl::offset_allocator< BaseAllocator >
 Allocator functor adaptor. More...
 
struct  stxxl::RC
 Randomized cycling disk allocation scheme functor. More...
 
struct  stxxl::RC_disk
 
struct  stxxl::RC_flash
 
struct  stxxl::single_disk
 'Single disk' disk allocation scheme functor. More...
 
struct  stxxl::SR
 Simple randomized disk allocation scheme functor. More...
 
struct  stxxl::striping
 Striping disk allocation scheme functor. More...
 

Macros

#define STXXL_DEFAULT_ALLOC_STRATEGY   stxxl::RC
 

Detailed Description

Standard allocation strategies encapsulated in functors.

Macro Definition Documentation

#define STXXL_DEFAULT_ALLOC_STRATEGY   stxxl::RC

Definition at line 258 of file block_alloc.h.