|
Stxxl
1.4.0
|
|
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... | |
Defines | |
| #define | STXXL_DEFAULT_ALLOC_STRATEGY stxxl::RC |
Standard allocation strategies encapsulated in functors
Definition at line 257 of file block_alloc.h.
Referenced by main(), and run_test().
1.7.6.1