Intel HEXL for FPGA
Intel Homomorphic Encryption FPGA Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
hetest::utils::details::MallocStrategy Struct Reference

#include <utils-test.hpp>

Inheritance diagram for hetest::utils::details::MallocStrategy:
hetest::utils::AllocatorBase

Public Member Functions

void * allocate (size_t bytes_count) final
 
void deallocate (void *p, size_t n) final
 
- Public Member Functions inherited from hetest::utils::AllocatorBase
virtual ~AllocatorBase () noexcept
 

Member Function Documentation

void* hetest::utils::details::MallocStrategy::allocate ( size_t  bytes_count)
inlinefinalvirtual
void hetest::utils::details::MallocStrategy::deallocate ( void *  p,
size_t  n 
)
inlinefinalvirtual

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