libfoedus-core
FOEDUS Core Library
|
#include "foedus/memory/numa_node_memory.hpp"
#include <numa.h>
#include <glog/logging.h>
#include <iostream>
#include <sstream>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/engine.hpp"
#include "foedus/engine_options.hpp"
#include "foedus/error_stack_batch.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/cache/cache_hashtable.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/memory/page_pool.hpp"
#include "foedus/soc/shared_memory_repo.hpp"
#include "foedus/soc/soc_manager.hpp"
#include "foedus/thread/thread_options.hpp"
Go to the source code of this file.
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 | |
int64_t | foedus::memory::get_numa_node_size (int node) |