CPPuddle
|
This is the complete list of members for cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor >, including all inherited members.
allocate(std::size_t n) | cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor > | inline |
allocator_slice(typename aggregated_executor< Executor >::executor_slice &executor) | cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor > | inline |
allocator_slice(allocator_slice< U, Host_Allocator, Executor > const &) noexcept | cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor > | inlineexplicit |
construct(T *p, Args... args) noexcept | cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor > | inline |
deallocate(T *p, std::size_t n) | cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor > | inline |
destroy(T *p) | cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor > | inline |
value_type typedef | cppuddle::kernel_aggregation::detail::allocator_slice< T, Host_Allocator, Executor > |