STXXL
1.4.0
|
Standard allocation strategies encapsulated in functors. More...
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 |
Standard allocation strategies encapsulated in functors.
#define STXXL_DEFAULT_ALLOC_STRATEGY stxxl::RC |
Definition at line 259 of file block_alloc.h.