allocate(Allocator &a, index_type n) | stdgpu::allocator_traits< Allocator > | static |
allocate(Allocator &a, index_type n, const_void_pointer hint) | stdgpu::allocator_traits< Allocator > | static |
allocate_filled(ExecutionPolicy &&policy, Allocator &a, index_type n, const value_type &default_value) | stdgpu::allocator_traits< Allocator > | static |
allocator_type typedef | stdgpu::allocator_traits< Allocator > | |
const_pointer typedef | stdgpu::allocator_traits< Allocator > | |
const_void_pointer typedef | stdgpu::allocator_traits< Allocator > | |
construct(Allocator &a, T *p, Args &&... args) | stdgpu::allocator_traits< Allocator > | static |
deallocate(Allocator &a, pointer p, index_type n) | stdgpu::allocator_traits< Allocator > | static |
deallocate_filled(ExecutionPolicy &&policy, Allocator &a, pointer p, index_type n) | stdgpu::allocator_traits< Allocator > | static |
destroy(Allocator &a, T *p) | stdgpu::allocator_traits< Allocator > | static |
difference_type typedef | stdgpu::allocator_traits< Allocator > | |
index_type typedef | stdgpu::allocator_traits< Allocator > | |
is_always_equal typedef | stdgpu::allocator_traits< Allocator > | |
max_size(const Allocator &a) noexcept | stdgpu::allocator_traits< Allocator > | static |
pointer typedef | stdgpu::allocator_traits< Allocator > | |
propagate_on_container_copy_assignment typedef | stdgpu::allocator_traits< Allocator > | |
propagate_on_container_move_assignment typedef | stdgpu::allocator_traits< Allocator > | |
propagate_on_container_swap typedef | stdgpu::allocator_traits< Allocator > | |
rebind_alloc typedef | stdgpu::allocator_traits< Allocator > | |
rebind_traits typedef | stdgpu::allocator_traits< Allocator > | |
select_on_container_copy_construction(const Allocator &a) | stdgpu::allocator_traits< Allocator > | static |
value_type typedef | stdgpu::allocator_traits< Allocator > | |
void_pointer typedef | stdgpu::allocator_traits< Allocator > | |