alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::Free< T, AllocCpuAligned< TAlignment > > Struct Template Reference

The CPU boost aligned allocator memory free trait specialization. More...

#include <AllocCpuAligned.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto free (AllocCpuAligned< TAlignment > const &, T const *const ptr) -> void
 

Detailed Description

template<typename T, typename TAlignment>
struct alpaka::trait::Free< T, AllocCpuAligned< TAlignment > >

The CPU boost aligned allocator memory free trait specialization.

Definition at line 54 of file AllocCpuAligned.hpp.

Member Function Documentation

◆ free()

template<typename T , typename TAlignment >
static ALPAKA_FN_HOST auto alpaka::trait::Free< T, AllocCpuAligned< TAlignment > >::free ( AllocCpuAligned< TAlignment > const &  ,
T const *const  ptr 
) -> void
inlinestatic

Definition at line 56 of file AllocCpuAligned.hpp.


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