|
YAMI4 Core Library 2.0.0
Messaging Solution for Distributed Systems
|
Common interface for the custom memory allocator. More...
#include <allocator.h>
Public Member Functions | |
| virtual void * | allocate (std::size_t requested_size)=0 |
| virtual void | deallocate (const void *p)=0 |
Common interface for the custom memory allocator.