Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Sacado_DynamicArrayTraits.hpp File Reference
#include <new>
#include <cstring>
#include <stdint.h>
#include "Sacado_Traits.hpp"
Include dependency graph for Sacado_DynamicArrayTraits.hpp:
This graph shows which files directly or indirectly include this file:

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 SACADO_INLINE_FUNCTION TSacado::Impl::ds_alloc (const int sz)
 
template<typename T >
static SACADO_INLINE_FUNCTION void Sacado::Impl::ds_free (T *m, int sz)