![]() |
Realm
A distributed, event-based tasking library
|
#include <string>#include <climits>#include <cstdint>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | Realm::UCP::MPool |
| class | Realm::UCP::VMPool |
Namespaces | |
| namespace | Realm |
| namespace | Realm::UCP |
Typedefs | |
| using | Realm::UCP::chunk_alloc_t = void *(*)(size_t bytes, void *arg) |
| using | Realm::UCP::chunk_release_t = void(*)(void *chunk, void *arg) |
| using | Realm::UCP::obj_init_t = void(*)(void *obj, void *arg) |
| using | Realm::UCP::obj_cleanup_t = void(*)(void *obj, void *arg) |