Stxxl
1.4.0
|
#include <memory>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <vector>
#include <map>
#include <algorithm>
#include <string>
#include <cstdlib>
#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/diskallocator.h>
#include <stxxl/bits/mng/block_alloc.h>
#include <stxxl/bits/mng/config.h>
Go to the source code of this file.
Classes | |
class | stxxl::block_manager |
Block manager class. More... | |
class | stxxl::FileCreator |
Namespaces | |
namespace | stxxl |
| |
Defines | |
#define | STXXL_DEFAULT_BLOCK_SIZE(type) (2 * 1024 * 1024) |