libfoedus-core
FOEDUS Core Library
|
#include <cstring>
#include "foedus/assert_nd.hpp"
#include "foedus/compiler.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/storage/page.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/thread/thread_id.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::memory::LocalPageResolver |
Resolves an offset in local (same NUMA node) page pool to a pointer and vice versa. More... | |
struct | foedus::memory::GlobalVolatilePageResolver |
Resolves an offset in a volatile page pool to an actual pointer and vice versa. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::memory | |
Memory Manager, which controls memory allocations, deallocations, and sharing. | |