|
template<typename T , typename Size , template< class > class Allocator> |
FatPtr< T > | amrex::detail::allocate_in_place ([[maybe_unused]] T *p, [[maybe_unused]] Size nmin, Size nmax, Allocator< T > &allocator) |
|
template<typename T , typename Size , template< class > class Allocator> |
T * | amrex::detail::shrink_in_place ([[maybe_unused]] 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, [[maybe_unused]] Allocator< T > const &allocator) |
|
template<typename T , template< class > class Allocator> |
void | amrex::detail::initFromListImpl (T *data, std::initializer_list< T > const &list, [[maybe_unused]] Allocator< T > const &allocator) |
|
template<typename T , typename Size , template< class > class Allocator> |
void | amrex::detail::fillValuesImpl (T *dst, T const *src, Size count, [[maybe_unused]] Allocator< T > const &allocator) |
|
template<typename Allocator > |
void | amrex::detail::memCopyImpl (void *dst, const void *src, std::size_t count, [[maybe_unused]] Allocator const &dst_allocator, [[maybe_unused]] Allocator const &src_allocator, [[maybe_unused]] bool sync=true) |
|
template<typename Allocator > |
void | amrex::detail::memMoveImpl (void *dst, const void *src, std::size_t count, [[maybe_unused]] 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 () |
|