LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Register a memory region to a device. More...
Classes | |
class | lci::register_memory_x |
The actual implementation for register_memory. More... | |
Register a memory region to a device.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | device | of type device_t; optional argument; The device to register the memory region. |
[in] | address | of type void*; positional argument; The base address of the memory region to register. |
[in] | size | of type size_t; positional argument; The size of the memory region to register. |