libfoedus-core
FOEDUS Core Library
aligned_memory.hpp File Reference
#include <stdint.h>
#include <iosfwd>
#include "foedus/assert_nd.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/error_code.hpp"
Include dependency graph for aligned_memory.hpp:
This graph shows which files directly or indirectly include this file:

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