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
Classes | Public Types | Public Member Functions | Friends | List of all members
hetest::utils::AlignedAllocator< T, Alignment > Class Template Reference

#include <utils-test.hpp>

Classes

struct  rebind
 

Public Types

using value_type = T
 

Public Member Functions

 AlignedAllocator (AllocatorStrategyPtr strategy=nullptr) noexcept
 
 AlignedAllocator (const AlignedAllocator &src)
 
AlignedAllocatoroperator= (const AlignedAllocator &src)=delete
 
template<typename U >
 AlignedAllocator (const AlignedAllocator< U, Alignment > &src)
 
 ~AlignedAllocator ()
 
bool operator== (const AlignedAllocator &)
 
bool operator!= (const AlignedAllocator &)
 
T * allocate (size_t n)
 
void deallocate (T *p, size_t n)
 

Friends

template<typename , uint64_t >
class AlignedAllocator
 

Member Typedef Documentation

template<typename T, uint64_t Alignment>
using hetest::utils::AlignedAllocator< T, Alignment >::value_type = T

Constructor & Destructor Documentation

template<typename T, uint64_t Alignment>
hetest::utils::AlignedAllocator< T, Alignment >::AlignedAllocator ( AllocatorStrategyPtr  strategy = nullptr)
inlineexplicitnoexcept
template<typename T, uint64_t Alignment>
hetest::utils::AlignedAllocator< T, Alignment >::AlignedAllocator ( const AlignedAllocator< T, Alignment > &  src)
inline
template<typename T, uint64_t Alignment>
template<typename U >
hetest::utils::AlignedAllocator< T, Alignment >::AlignedAllocator ( const AlignedAllocator< U, Alignment > &  src)
inline
template<typename T, uint64_t Alignment>
hetest::utils::AlignedAllocator< T, Alignment >::~AlignedAllocator ( )
inline

Member Function Documentation

template<typename T, uint64_t Alignment>
T* hetest::utils::AlignedAllocator< T, Alignment >::allocate ( size_t  n)
inline
template<typename T, uint64_t Alignment>
void hetest::utils::AlignedAllocator< T, Alignment >::deallocate ( T *  p,
size_t  n 
)
inline
template<typename T, uint64_t Alignment>
bool hetest::utils::AlignedAllocator< T, Alignment >::operator!= ( const AlignedAllocator< T, Alignment > &  )
inline
template<typename T, uint64_t Alignment>
AlignedAllocator& hetest::utils::AlignedAllocator< T, Alignment >::operator= ( const AlignedAllocator< T, Alignment > &  src)
delete
template<typename T, uint64_t Alignment>
bool hetest::utils::AlignedAllocator< T, Alignment >::operator== ( const AlignedAllocator< T, Alignment > &  )
inline

Friends And Related Function Documentation

template<typename T, uint64_t Alignment>
template<typename , uint64_t >
friend class AlignedAllocator
friend

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