Zycore 1.5.2
Zyan Core Library for C
Loading...
Searching...
No Matches
ZyanAllocator_ Struct Reference

Defines the ZyanAllocator struct. More...

#include <Allocator.h>

Collaboration diagram for ZyanAllocator_:
[legend]

Data Fields

ZyanAllocatorAllocate allocate
 The allocate function.
ZyanAllocatorAllocate reallocate
 The reallocate function.
ZyanAllocatorDeallocate deallocate
 The deallocate function.

Detailed Description

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.

Field Documentation

◆ allocate

The allocate function.

◆ deallocate

The deallocate function.

◆ reallocate

The reallocate function.


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