libfoedus-core
FOEDUS Core Library
|
Definitions of IDs in this package and a few related constant values. More...
Definitions of IDs in this package and a few related constant values.
Definition in file memory_id.hpp.
Go to the source code of this file.
Classes | |
struct | foedus::memory::ScopedNumaPreferred |
Automatically sets and resets numa_set_preferred(). 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. | |
Typedefs | |
typedef uint32_t | foedus::memory::PagePoolOffset |
Offset in PagePool that compactly represents the page address (unlike 8 bytes pointer). More... | |
Variables | |
const uint64_t | foedus::memory::kHugepageSize = 1 << 21 |
So far 2MB is the only page size available via Transparent Huge Page (THP). More... | |