Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp326 PETSC_NODISCARD bool owns_pointer(const T *) const noexcept;
409 inline bool MemoryBlock<T, A, S>::owns_pointer(const T *ptr) const noexcept in owns_pointer() function in Petsc::memory::impl::MemoryBlock
544 if (owns_pointer(ptr)) { in try_find_chunk()