Stxxl  1.3.2
Classes | Macros
Allocation functors
Collaboration diagram for Allocation functors:

Classes

struct  basic_allocation_strategy
 example disk allocation scheme functor More...
 
struct  striping
 striping disk allocation scheme functor More...
 
struct  FR
 fully randomized disk allocation scheme functor More...
 
struct  SR
 simple randomized disk allocation scheme functor More...
 
struct  RC
 randomized cycling disk allocation scheme functor More...
 
struct  single_disk
 'single disk' disk allocation scheme functor More...
 
struct  offset_allocator< BaseAllocator_ >
 Allocator functor adaptor. More...
 

Macros

#define STXXL_DEFAULT_ALLOC_STRATEGY   stxxl::RC
 

Detailed Description

Standard allocation strategies encapsulated in functors