Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos_MemoryTraits.hpp File Reference
#include <cstdlib>
#include "Kokkos_Core_fwd.hpp"
Include dependency graph for Stokhos_MemoryTraits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Stokhos::MemoryTraits< MemorySpace >
 Traits class encapsulting memory alignment. More...
struct  Stokhos::MemoryTraits< Kokkos::HostSpace >
 Specialization of MemoryTraits for host memory spaces. More...
class  Stokhos::aligned_allocator< T >
 An aligned STL allocator. More...
struct  Stokhos::aligned_allocator< T >::rebind< U >
class  Stokhos::aligned_allocator< const T >
 An aligned STL allocator. More...
struct  Stokhos::aligned_allocator< const T >::rebind< U >

Namespaces

namespace  Stokhos
 Top-level namespace for Stokhos classes and functions.

Macros

#define STOKHOS_ALIGN_MEMORY   1

Functions

template<typename T, typename U>
bool Stokhos::operator== (const aligned_allocator< T > &, const aligned_allocator< U > &)
template<typename T, typename U>
bool Stokhos::operator!= (const aligned_allocator< T > &, const aligned_allocator< U > &)

Macro Definition Documentation

◆ STOKHOS_ALIGN_MEMORY

#define STOKHOS_ALIGN_MEMORY   1

Definition at line 50 of file Stokhos_MemoryTraits.hpp.