LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
register_memory

Register a memory region to a device. More...

Collaboration diagram for register_memory:

Classes

class  lci::register_memory_x
 The actual implementation for register_memory. More...
 

Detailed Description

Register a memory region to a device.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]deviceof type device_t; optional argument; The device to register the memory region.
[in]addressof type void*; positional argument; The base address of the memory region to register.
[in]sizeof type size_t; positional argument; The size of the memory region to register.
Returns
of type mr_t; The handler for the registered memory region.