logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for Zycore from the source code.

Zycore                                           Version 1.5.2.0                               ZyanAllocator_(3)

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.

Member Data Documentation

ZyanAllocatorAllocateZyanAllocator_::allocate
       The allocate function.

   ZyanAllocatorDeallocateZyanAllocator_::deallocate
       The deallocate function.

   ZyanAllocatorAllocateZyanAllocator_::reallocate
       The reallocate function.

Name

       ZyanAllocator_

Synopsis

       #include <Allocator.h>

   PublicAttributesZyanAllocatorAllocateallocateZyanAllocatorAllocatereallocateZyanAllocatorDeallocatedeallocate

See Also