libfoedus-core
FOEDUS Core Library
memory_id.hpp File Reference

Definitions of IDs in this package and a few related constant values. More...

Detailed Description

Definitions of IDs in this package and a few related constant values.

Definition in file memory_id.hpp.

#include <numa.h>
#include <stdint.h>
#include "foedus/assorted/mod_numa_node.hpp"
Include dependency graph for memory_id.hpp:
This graph shows which files directly or indirectly include this file:

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...