Searched refs:get_attributes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/objects/cxx/memory/ |
| H A D | object_pool.cxx | 386 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 D | object_pool.hpp | 80 static PetscErrorCode get_attributes(const void *, size_type *, align_type *) noexcept;
|