This is the complete list of members for cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator >, including all inherited members.
allocate(std::size_t n) | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | inline |
construct(T *p, Args... args) noexcept | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | inline |
dealloc_hint | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | |
deallocate(T *p, std::size_t n) | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | inline |
destroy(T *p) | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | inline |
device_id | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | |
recycle_allocator() noexcept | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | inline |
recycle_allocator(size_t hint) noexcept | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | inlineexplicit |
recycle_allocator(recycle_allocator< T, Host_Allocator > const &other) noexcept | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | inlineexplicit |
underlying_allocator_type typedef | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | |
value_type typedef | cppuddle::memory_recycling::detail::recycle_allocator< T, Host_Allocator > | |