libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include <iosfwd>
#include "foedus/assert_nd.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/error_code.hpp"
Go to the source code of this file.
Classes | |
class | foedus::memory::AlignedMemory |
Represents one memory block aligned to actual OS/hardware pages. More... | |
struct | foedus::memory::AlignedMemorySlice |
A slice of foedus::memory::AlignedMemory. 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. | |
Functions | |
bool | foedus::memory::is_1gb_hugepage_enabled () |
Returns if 1GB hugepages were enabled. More... | |