Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp325 PetscErrorCode try_find_chunk(const T *, chunk_type **) noexcept;
519 PetscCall(try_find_chunk(*ptr, &chunk)); in try_deallocate_chunk()
540 inline PetscErrorCode MemoryBlock<T, A, S>::try_find_chunk(const T *ptr, chunk_type **ret_chunk) no… in try_find_chunk() function in Petsc::memory::impl::MemoryBlock
883 PetscCall(block.try_find_chunk(old_ptr, &chunk)); in reallocate()