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::striping |
striping disk allocation scheme functor More... | |
struct | stxxl::FR |
fully randomized disk allocation scheme functor More... | |
struct | stxxl::SR |
simple randomized disk allocation scheme functor 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::offset_allocator< BaseAllocator_ > |
Allocator functor adaptor. More... | |
Namespaces | |
namespace | stxxl |
| |
Defines | |
#define | STXXL_DEFAULT_ALLOC_STRATEGY stxxl::RC |