|
template<typename T , typename Size , template< class > class Allocator> |
FatPtr< T > | amrex::detail::allocate_in_place (T *p, Size nmin, Size nmax, Allocator< T > &allocator) |
|
template<typename T , typename Size , template< class > class Allocator> |
T * | amrex::detail::shrink_in_place (T *p, Size n, Allocator< T > &allocator) |
|
template<typename T , typename Size , template< class > class Allocator> |
void | amrex::detail::uninitializedFillNImpl (T *data, Size count, const T &value, Allocator< T > const &allocator) |
|
template<typename T , template< class > class Allocator> |
void | amrex::detail::initFromListImpl (T *data, std::initializer_list< T > const &list, Allocator< T > const &allocator) |
|
template<typename T , typename Size , template< class > class Allocator> |
void | amrex::detail::fillValuesImpl (T *dst, T const *src, Size count, Allocator< T > const &allocator) |
|
template<typename Allocator > |
void | amrex::detail::memCopyImpl (void *dst, const void *src, std::size_t count, Allocator const &dst_allocator, Allocator const &src_allocator, bool sync=true) |
|
template<typename Allocator > |
void | amrex::detail::memMoveImpl (void *dst, const void *src, std::size_t count, Allocator const &allocator) |
|
template<typename T , typename Size , template< class > class Allocator> |
void | amrex::detail::maybe_init_snan (T *data, Size count, Allocator< T > const &allocator) |
|
Real | amrex::VectorGrowthStrategy::GetGrowthFactor () |
|
void | amrex::VectorGrowthStrategy::SetGrowthFactor (Real a_factor) |
|
void | amrex::VectorGrowthStrategy::detail::ValidateUserInput () |
|
void | amrex::VectorGrowthStrategy::Initialize () |
|