Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmallocator.hpp99 static PetscErrorCode set_canary(value_type *, size_type, const StreamBase<U> *) noexcept;
140 inline PetscErrorCode DeviceAllocator<T, P>::set_canary(value_type *ptr, size_type n, const StreamB… in set_canary() function in Petsc::device::cupm::DeviceAllocator
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp589 static PetscErrorCode set_canary(value_type *, size_type, const device::StreamBase<U> *) noexcept;
630 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::set_canary(value_type *ptr, size_type n,… in set_canary() function in Petsc::memory::impl::SegmentedMemoryPoolAllocatorBase
813 if (PetscDefined(USE_DEBUG)) PetscCall(allocator_.set_canary(ret_ptr, size, stream)); in allocate()