23 template<
typename T,
typename TAlloc,
typename TSfinae =
void>
27 template<
typename T,
typename TAlloc,
typename TSfinae =
void>
32 template<
typename T,
typename TAlloc>
40 template<
typename TAlloc,
typename T>
typename detail::ImplementationBaseType< TInterface, TDerived >::type ImplementationBase
Returns the type that implements the given interface in the inheritance hierarchy.
The alpaka accelerator library.
ALPAKA_FN_HOST auto free(TAlloc const &alloc, T const *const ptr) -> void
Frees the memory identified by the given pointer.
ALPAKA_FN_HOST auto malloc(TAlloc const &alloc, std::size_t const &sizeElems) -> T *
The memory allocation trait.