Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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