alpaka
Abstraction Library for Parallel Kernel Acceleration
AlignedAlloc.hpp File Reference
#include "alpaka/core/BoostPredef.hpp"
#include "alpaka/core/Common.hpp"
#include <new>

Go to the source code of this file.

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::core
 

Functions

ALPAKA_FN_INLINE ALPAKA_FN_HOST auto alpaka::core::alignedAlloc (size_t alignment, size_t size) -> void *
 
ALPAKA_FN_INLINE ALPAKA_FN_HOST void alpaka::core::alignedFree (size_t alignment, void *ptr)