Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
|
Helper memory allocation struct which delegates implementation to AllocatorImpl. More...
#include <allocator.hpp>
Public Member Functions | |
void * | allocate (size_t bytes_count) override |
Override interface and delegate implementation to AllocatorImpl. More... | |
void | deallocate (void *p, size_t n) override |
Override interface and delegate implementation to AllocatorImpl. More... | |
![]() | |
virtual | ~AllocatorBase () noexcept |
Helper memory allocation struct which delegates implementation to AllocatorImpl.
|
inlineoverridevirtual |
Override interface and delegate implementation to AllocatorImpl.
Implements intel::hexl::AllocatorBase.
|
inlineoverridevirtual |
Override interface and delegate implementation to AllocatorImpl.
Implements intel::hexl::AllocatorBase.