logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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