Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
An aligned STL allocator. More...
#include <Stokhos_MemoryTraits.hpp>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef const T * | pointer |
typedef const T * | const_pointer |
typedef const T & | reference |
typedef const T & | const_reference |
typedef size_t | size_type |
typedef std::ptrdiff_t | difference_type |
typedef Stokhos::MemoryTraits< Kokkos::HostSpace > | Traits |
Public Member Functions | |
aligned_allocator () | |
template<class U > | |
aligned_allocator (const aligned_allocator< U > &) | |
size_type | max_size () const |
const_pointer | address (const_reference x) const |
pointer | allocate (size_type n, const void *=0) |
void | deallocate (pointer p, size_type) |
void | construct (pointer p, const_reference val) |
void | destroy (pointer p) |
An aligned STL allocator.
Definition at line 181 of file Stokhos_MemoryTraits.hpp.
typedef T Stokhos::aligned_allocator< const T >::value_type |
Definition at line 184 of file Stokhos_MemoryTraits.hpp.
typedef const T* Stokhos::aligned_allocator< const T >::pointer |
Definition at line 185 of file Stokhos_MemoryTraits.hpp.
typedef const T* Stokhos::aligned_allocator< const T >::const_pointer |
Definition at line 186 of file Stokhos_MemoryTraits.hpp.
typedef const T& Stokhos::aligned_allocator< const T >::reference |
Definition at line 187 of file Stokhos_MemoryTraits.hpp.
typedef const T& Stokhos::aligned_allocator< const T >::const_reference |
Definition at line 188 of file Stokhos_MemoryTraits.hpp.
typedef size_t Stokhos::aligned_allocator< const T >::size_type |
Definition at line 189 of file Stokhos_MemoryTraits.hpp.
typedef std::ptrdiff_t Stokhos::aligned_allocator< const T >::difference_type |
Definition at line 190 of file Stokhos_MemoryTraits.hpp.
typedef Stokhos::MemoryTraits< Kokkos::HostSpace > Stokhos::aligned_allocator< const T >::Traits |
Definition at line 192 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 196 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 198 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 200 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 204 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 206 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 213 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 215 of file Stokhos_MemoryTraits.hpp.
|
inline |
Definition at line 217 of file Stokhos_MemoryTraits.hpp.