Zycore 1.5.1.0
|
#include <Allocator.h>
Public Attributes | |
ZyanAllocatorAllocate | allocate |
ZyanAllocatorAllocate | reallocate |
ZyanAllocatorDeallocate | deallocate |
Defines the ZyanAllocator
struct.
This is the base class for all custom allocator implementations.
All fields in this struct should be considered as "private". Any changes may lead to unexpected behavior.
ZyanAllocatorAllocate ZyanAllocator_::allocate |
The allocate function.
ZyanAllocatorDeallocate ZyanAllocator_::deallocate |
The deallocate function.
ZyanAllocatorAllocate ZyanAllocator_::reallocate |
The reallocate function.