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