Home
last modified time | relevance | path

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

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx386 PetscErrorCode PoolAllocator::get_attributes(const void *ptr, size_type *size, align_type *align) n… in get_attributes() function in Petsc::memory::PoolAllocator
548 PetscCall(get_attributes(ptr, size, nullptr)); in unpoison()
599 PetscCallAbort(PETSC_COMM_SELF, allocated.get_attributes(ptr, &size, &align)); in operator delete()
621 PetscCallAbort(PETSC_COMM_SELF, pool().get_attributes(ptr, &size, nullptr)); in operator delete()
/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp80 static PetscErrorCode get_attributes(const void *, size_type *, align_type *) noexcept;