![]() |
Realm
A distributed, event-based tasking library
|
#include "realm/memory.h"#include "realm/id.h"#include "realm/network.h"#include "realm/activemsg.h"#include "realm/operation.h"#include "realm/profiling.h"#include "realm/sampling.h"#include "realm/event_impl.h"#include "realm/rsrv_impl.h"#include <filesystem>#include "realm/mem_impl.inl"Go to the source code of this file.
Classes | |
| class | Realm::MemoryImpl |
| struct | Realm::MemoryImpl::InstanceList |
| class | Realm::MemSpecificInfo |
| class | Realm::PendingIBRequests |
| class | Realm::BasicRangeAllocator< RT, TT > |
| struct | Realm::BasicRangeAllocator< RT, TT >::Range |
| struct | Realm::BasicRangeAllocator< RT, TT >::MemoryStats |
| class | Realm::SizedRangeAllocator< RT, TT, SORTED > |
| class | Realm::LocalManagedMemory |
| struct | Realm::LocalManagedMemory::PendingAlloc |
| struct | Realm::LocalManagedMemory::PendingRelease |
| class | Realm::LocalCPUMemory |
| class | Realm::DiskMemory |
| class | Realm::FileMemory |
| class | Realm::FileMemory::OpenFileInfo |
| class | Realm::RemoteMemory |
| struct | Realm::MemStorageAllocRequest |
| struct | Realm::MemStorageAllocResponse |
| struct | Realm::MemStorageReleaseRequest |
| struct | Realm::MemStorageReleaseResponse |
Namespaces | |
| namespace | Realm |
| namespace | Realm::Config |
Functions | |
| std::string | Realm::get_shm_name (realm_id_t id) |
| Returns the full path for use in SharedMemoryInfo::create and SharedMemoryInfo::open given the realm id. | |
Variables | |
| bool | Realm::Config::deferred_instance_allocation |