CPPuddle
|
Underlying host allocator for HIP pinned memory. More...
#include <hip_underlying_allocators.hpp>
Public Types | |
using | value_type = T |
Public Member Functions | |
hip_pinned_allocator () noexcept=default | |
template<class U > | |
hip_pinned_allocator (hip_pinned_allocator< U > const &) noexcept | |
T * | allocate (std::size_t n) |
void | deallocate (T *p, std::size_t n) |
Underlying host allocator for HIP pinned memory.
using cppuddle::memory_recycling::detail::hip_pinned_allocator< T >::value_type = T |
|
defaultnoexcept |
|
inlineexplicitnoexcept |
|
inline |
|
inline |