Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::MemStorageAllocResponse Struct Reference

#include <mem_impl.h>

Collaboration diagram for Realm::MemStorageAllocResponse:

Static Public Member Functions

static void handle_message (NodeID sender, const MemStorageAllocResponse &msg, const void *data, size_t datalen, TimeLimit work_until)
 

Public Attributes

RegionInstance inst
 
size_t offset
 
MemoryImpl::AllocationResult result
 

Member Function Documentation

◆ handle_message()

static void Realm::MemStorageAllocResponse::handle_message ( NodeID  sender,
const MemStorageAllocResponse msg,
const void *  data,
size_t  datalen,
TimeLimit  work_until 
)
static

Member Data Documentation

◆ inst

RegionInstance Realm::MemStorageAllocResponse::inst

◆ offset

size_t Realm::MemStorageAllocResponse::offset

◆ result

MemoryImpl::AllocationResult Realm::MemStorageAllocResponse::result

The documentation for this struct was generated from the following file: