Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp81 static PetscErrorCode unpoison(const void *, size_type *) noexcept;
155 PetscCall(unpoison(ptr, &size)); in for_each()
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx542 PetscErrorCode PoolAllocator::unpoison(const void *ptr, size_type *size) noexcept in unpoison() function in Petsc::memory::PoolAllocator