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

Set the message allocator for the runtime. More...

Collaboration diagram for set_allocator:

Classes

class  lci::set_allocator_x
 The actual implementation for set_allocator. More...
 

Detailed Description

Set the message allocator for the runtime.

The default allocator will be used for all message buffers delivered to users.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
allocatorof type allocator_base_t*; positional argument; The allocator to set as the allocator.