Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
mpool.h File Reference
#include <string>
#include <climits>
#include <cstdint>
#include <unordered_map>
Include dependency graph for mpool.h:
This graph shows which files directly or indirectly include this file:

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)