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

The CPU new allocator memory free trait specialization. More...

#include <AllocCpuNew.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto free (AllocCpuNew const &, T const *const ptr) -> void
 

Detailed Description

template<typename T>
struct alpaka::trait::Free< T, AllocCpuNew >

The CPU new allocator memory free trait specialization.

Definition at line 31 of file AllocCpuNew.hpp.

Member Function Documentation

◆ free()

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

Definition at line 33 of file AllocCpuNew.hpp.


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