|
Zycore 1.5.2
Zyan Core Library for C
|
Defines the ZyanAllocator struct. More...
#include <Allocator.h>
Data Fields | |
| ZyanAllocatorAllocate | allocate |
| The allocate function. | |
| ZyanAllocatorAllocate | reallocate |
| The reallocate function. | |
| ZyanAllocatorDeallocate | deallocate |
| The deallocate function. | |
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 allocate |
The allocate function.
| ZyanAllocatorDeallocate deallocate |
The deallocate function.
| ZyanAllocatorAllocate reallocate |
The reallocate function.