|
libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>#include <iosfwd>#include <string>#include "foedus/assert_nd.hpp"#include "foedus/fwd.hpp"#include "foedus/initializable.hpp"#include "foedus/assorted/fixed_string.hpp"#include "foedus/memory/aligned_memory.hpp"#include "foedus/memory/page_pool.hpp"#include "foedus/memory/page_resolver.hpp"#include "foedus/soc/shared_memory_repo.hpp"#include "foedus/soc/shared_mutex.hpp"#include "foedus/thread/thread_id.hpp"

Go to the source code of this file.
Classes | |
| struct | foedus::memory::PagePoolControlBlock |
| Shared data in PagePoolPimpl. More... | |
| class | foedus::memory::PagePoolPimpl |
| Pimpl object of PagePool. 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. | |