YAMI4 Core Library 2.0.0
Messaging Solution for Distributed Systems
Loading...
Searching...
No Matches
Public Member Functions | List of all members
yami::core::allocator Class Referenceabstract

Common interface for the custom memory allocator. More...

#include <allocator.h>

Inheritance diagram for yami::core::allocator:
yami::core::locked_allocator yami::core::non_locked_allocator yami::core::standard_allocator

Public Member Functions

virtual void * allocate (std::size_t requested_size)=0
 
virtual void deallocate (const void *p)=0
 

Detailed Description

Common interface for the custom memory allocator.


The documentation for this class was generated from the following file: