libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include "foedus/cxx11.hpp"
#include "foedus/epoch.hpp"
#include "foedus/error_stack.hpp"
#include "foedus/fwd.hpp"
#include "foedus/initializable.hpp"
#include "foedus/memory/aligned_memory.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/memory/memory_id.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/thread/thread_id.hpp"
#include "foedus/xct/fwd.hpp"
Go to the source code of this file.
Classes | |
class | foedus::memory::NumaCoreMemory |
Repository of memories dynamically acquired within one CPU core (thread). More... | |
struct | foedus::memory::NumaCoreMemory::SmallThreadLocalMemoryPieces |
Packs pointers to pieces of small_thread_local_memory_. More... | |
struct | foedus::memory::AutoVolatilePageReleaseScope |
Automatically invokes a page offset acquired for volatile page. 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. | |