LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The user-defined allocator type. More...
#include <lci.hpp>
Public Member Functions | |
virtual void * | allocate (size_t size)=0 |
virtual void | deallocate (void *ptr)=0 |
virtual | ~allocator_base_t ()=default |
The user-defined allocator type.
|
virtualdefault |
|
pure virtual |
|
pure virtual |