|
STXXL
1.4-dev
|
#include <stxxl/bits/config.h>#include <memory>#include <iostream>#include <iomanip>#include <fstream>#include <vector>#include <map>#include <algorithm>#include <string>#include <cstdlib>#include <stxxl/bits/defines.h>#include <stxxl/bits/deprecated.h>#include <stxxl/bits/io/request.h>#include <stxxl/bits/io/file.h>#include <stxxl/bits/io/create_file.h>#include <stxxl/bits/noncopyable.h>#include <stxxl/bits/singleton.h>#include <stxxl/bits/mng/bid.h>#include <stxxl/bits/mng/disk_allocator.h>#include <stxxl/bits/mng/block_alloc.h>#include <stxxl/bits/mng/config.h>#include <stxxl/bits/common/utils.h>#include <stxxl/bits/common/simple_vector.h>Go to the source code of this file.
Classes | |
| class | stxxl::block_manager |
| Block manager class. More... | |
Namespaces | |
| stxxl | |
STXXL library namespace | |
Macros | |
| #define | STXXL_DEFAULT_BLOCK_SIZE(type) (2 * 1024 * 1024) |
| #define | STXXL_MNG_COUNT_ALLOCATION 1 |
| #define STXXL_MNG_COUNT_ALLOCATION 1 |
Definition at line 51 of file block_manager.h.