alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alignedAlloc.hpp File Reference
#include "alpaka/core/common.hpp"
#include "alpaka/core/config.hpp"
#include <cstddef>
#include <new>

Go to the source code of this file.

Namespaces

namespace  alpaka
 main alpaka namespace.
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, auto ptr)