libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include <algorithm>
#include <cstring>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/error_code.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::assorted::ProtectedBoundary |
A 4kb dummy data placed between separate memory regions so that we can check if/where a bogus memory access happens. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::assorted | |
Assorted Methods/Classes that are too subtle to have their own packages. | |
Variables | |
const uint64_t | foedus::assorted::kProtectedBoundaryMagicWord = 0x42a6292680d7ce36ULL |