|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/memory/page_pool_pimpl.hpp"#include <glog/logging.h>#include <algorithm>#include <string>#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/error_stack_batch.hpp"#include "foedus/assorted/assorted_func.hpp"#include "foedus/assorted/uniform_random.hpp"#include "foedus/debugging/stop_watch.hpp"#include "foedus/memory/memory_options.hpp"#include "foedus/memory/numa_node_memory.hpp"#include "foedus/memory/page_pool.hpp"#include "foedus/storage/storage_manager.hpp"#include "foedus/thread/thread.hpp"#include "foedus/thread/thread_pool.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 | |
| std::ostream & | foedus::memory::operator<< (std::ostream &o, const PagePoolPimpl &v) |