Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Classes | |
struct | Sacado::ds_array< T, isScalar > |
Dynamic array allocation class that works for any type. More... | |
struct | Sacado::ds_array< T, true > |
Dynamic array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...). More... | |
Namespaces | |
Sacado | |
Sacado::Impl | |
Functions | |
template<typename ExecSpace > | |
void | Sacado::createGlobalMemoryPool (const ExecSpace &space, const size_t min_total_alloc_size, const uint32_t min_block_alloc_size, const uint32_t max_block_alloc_size, const uint32_t min_superblock_size) |
template<typename ExecSpace > | |
void | Sacado::destroyGlobalMemoryPool (const ExecSpace &space) |
template<typename T > | |
static KOKKOS_INLINE_FUNCTION T * | Sacado::Impl::ds_alloc (const int sz) |
template<typename T > | |
static KOKKOS_INLINE_FUNCTION void | Sacado::Impl::ds_free (T *m, int sz) |