YAMI4 Core Library 2.0.0
Messaging Solution for Distributed Systems
|
Standard (malloc/free), default allocator. More...
#include <allocator.h>
Public Member Functions | |
virtual void * | allocate (std::size_t requested_size) |
virtual void | deallocate (const void *p) |
virtual void * | allocate (std::size_t requested_size)=0 |
virtual void | deallocate (const void *p)=0 |
Standard (malloc/free), default allocator.
|
virtual |
Implements yami::core::allocator.
|
virtual |
Implements yami::core::allocator.