libfoedus-core
FOEDUS Core Library
|
#include <string>
#include <vector>
#include "foedus/cxx11.hpp"
#include "foedus/error_stack.hpp"
#include "foedus/fwd.hpp"
#include "foedus/initializable.hpp"
#include "foedus/cache/fwd.hpp"
#include "foedus/log/log_id.hpp"
#include "foedus/memory/aligned_memory.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/memory/page_pool.hpp"
#include "foedus/thread/thread_id.hpp"
#include "foedus/xct/fwd.hpp"
Go to the source code of this file.
Classes | |
class | foedus::memory::NumaNodeMemory |
Repository of memories dynamically acquired and shared within one NUMA node (socket). More... | |
class | foedus::memory::NumaNodeMemoryRef |
A view of NumaNodeMemory for other SOCs and master engine. 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. | |