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

#include <utils-test.hpp>

Public Member Functions

 CustomAllocStrategy (std::shared_ptr< AllocatorBase > impl)
 
void * allocate_memory (size_t bytes_count)
 
void deallocate_memory (void *p, size_t n)
 

Constructor & Destructor Documentation

hetest::utils::details::CustomAllocStrategy::CustomAllocStrategy ( std::shared_ptr< AllocatorBase impl)
inlineexplicit

Member Function Documentation

void* hetest::utils::details::CustomAllocStrategy::allocate_memory ( size_t  bytes_count)
inline
void hetest::utils::details::CustomAllocStrategy::deallocate_memory ( void *  p,
size_t  n 
)
inline

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