Home
last modified time | relevance | path

Searched refs:uninitialized_copy (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmallocator.hpp44 …static PetscErrorCode uninitialized_copy(value_type *, const value_type *, size_type, const Stream…
67 inline PetscErrorCode HostAllocator<T, P>::uninitialized_copy(value_type *dest, const value_type *s… in uninitialized_copy() function in Petsc::device::cupm::HostAllocator
97 …static PetscErrorCode uninitialized_copy(value_type *, const value_type *, size_type, const Stream…
131 inline PetscErrorCode DeviceAllocator<T, P>::uninitialized_copy(value_type *dest, const value_type … in uninitialized_copy() function in Petsc::device::cupm::DeviceAllocator
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp587 …static PetscErrorCode uninitialized_copy(value_type *, const value_type *, size_type, const device…
621 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::uninitialized_copy(value_type *dest, con… in uninitialized_copy() function in Petsc::memory::impl::SegmentedMemoryPoolAllocatorBase
893 PetscCall(allocator_.uninitialized_copy(*ptr, old_ptr, new_size, stream)); in reallocate()