|
graph
|
#include <cuda_zero_copy.hpp>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| CUDAZeroCopyAllocator ()=default | |
| template<class U > | |
| constexpr | CUDAZeroCopyAllocator (const CUDAZeroCopyAllocator< U > &) noexcept |
| T * | allocate (std::size_t n) |
| void | deallocate (T *p, std::size_t) noexcept |
| typedef T CUDAZeroCopyAllocator< T >::value_type |
|
default |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
1.8.13