STXXL
1.4.0
|
#include <algorithm>
#include <stxxl/bits/parallel.h>
#include <stxxl/bits/common/rand.h>
#include <stxxl/bits/mng/config.h>
Go to the source code of this file.
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... | |
Namespaces | |
stxxl | |
STXXL library namespace | |
Macros | |
#define | STXXL_DEFAULT_ALLOC_STRATEGY stxxl::RC |