LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Set the message allocator for the runtime. More...
Classes | |
class | lci::set_allocator_x |
The actual implementation for set_allocator. More... | |
Set the message allocator for the runtime.
The default allocator will be used for all message buffers delivered to users.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
allocator | of type allocator_base_t*; positional argument; The allocator to set as the allocator. |