|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/soc/shared_memory_repo.hpp"#include <unistd.h>#include <cstring>#include <iostream>#include <sstream>#include <string>#include <thread>#include <vector>#include "foedus/assert_nd.hpp"#include "foedus/assorted/assorted_func.hpp"#include "foedus/storage/page.hpp"#include "foedus/storage/partitioner.hpp"
Go to the source code of this file.
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::soc | |
| System On Chip (SOC) and interprocess communication (IPC). | |
Functions | |
| std::string | foedus::soc::get_self_path (uint64_t upid, Eid eid) |
| std::string | foedus::soc::get_master_path (uint64_t master_upid, Eid master_eid) |
| uint64_t | foedus::soc::align_4kb (uint64_t value) |
| uint64_t | foedus::soc::align_2mb (uint64_t value) |