|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/fs/direct_io_file.hpp"#include <fcntl.h>#include <glog/logging.h>#include <ostream>#include <sstream>#include <string>#include "foedus/assert_nd.hpp"#include "foedus/assorted/assorted_func.hpp"#include "foedus/debugging/rdtsc.hpp"#include "foedus/fs/device_emulation_options.hpp"#include "foedus/fs/filesystem.hpp"#include "foedus/memory/aligned_memory.hpp"
Go to the source code of this file.
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::fs | |
| Filesystem wrapper, an analogue of boost::filesystem. | |
Functions | |
| bool | foedus::fs::is_odirect_aligned (uint64_t value) |
| bool | foedus::fs::is_odirect_aligned (const void *ptr) |
| std::ostream & | foedus::fs::operator<< (std::ostream &o, const DirectIoFile &v) |
Variables | |
| const uint64_t | foedus::fs::kOdirectAlignment = 0x1000 |