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