QMCPACK
CUDAAllocator< T > Member List

This is the complete list of members for CUDAAllocator< T >, including all inherited members.

allocate(std::size_t n)CUDAAllocator< T >inline
const_pointer typedefCUDAAllocator< T >
construct(U *p, Args &&... args)CUDAAllocator< T >inlinestatic
copyDeviceToDevice(T *to_ptr, size_t n, T *from_ptr)CUDAAllocator< T >inline
copyFromDevice(T *host_ptr, T *device_ptr, size_t n)CUDAAllocator< T >inline
copyToDevice(T *device_ptr, T *host_ptr, size_t n)CUDAAllocator< T >inline
CUDAAllocator()=defaultCUDAAllocator< T >
CUDAAllocator(const CUDAAllocator< U > &)CUDAAllocator< T >inline
deallocate(T *p, std::size_t n)CUDAAllocator< T >inline
destroy(U *p)CUDAAllocator< T >inlinestatic
pointer typedefCUDAAllocator< T >
size_type typedefCUDAAllocator< T >
value_type typedefCUDAAllocator< T >