alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
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

namespace  alpaka
 The alpaka accelerator library.
 
namespace  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)