mgcpp
A C++ Math Library Based on CUDA
mgcpp::allocator< Type > Member List

This is the complete list of members for mgcpp::allocator< Type >, including all inherited members.

allocate_device(size_t n)mgcpp::allocator< Type >
allocate_host(size_t n)mgcpp::allocator< Type >
allocator()mgcpp::allocator< Type >
allocator(memory_resource *host, device_memory_resource *device)mgcpp::allocator< Type >
allocator(const allocator< U > &other)mgcpp::allocator< Type >
copy_from_host(device_pointer device, device_const_pointer host, size_t n) constmgcpp::allocator< Type >
copy_to_host(device_pointer host, device_const_pointer device, size_t n) constmgcpp::allocator< Type >
deallocate_device(device_pointer p, size_t n)mgcpp::allocator< Type >
deallocate_host(host_pointer p, size_t n)mgcpp::allocator< Type >
device_const_pointer typedefmgcpp::allocator< Type >
device_id() const noexceptmgcpp::allocator< Type >
device_pointer typedefmgcpp::allocator< Type >
device_resource() const noexceptmgcpp::allocator< Type >
device_value_type typedefmgcpp::allocator< Type >
host_const_pointer typedefmgcpp::allocator< Type >
host_pointer typedefmgcpp::allocator< Type >
host_resource() const noexceptmgcpp::allocator< Type >
host_value_type typedefmgcpp::allocator< Type >
rebind_alloc typedefmgcpp::allocator< Type >
select_on_container_copy_construction() constmgcpp::allocator< Type >