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