Searched refs:extract_header_ (Results 1 – 2 of 2) sorted by relevance
131 PetscCall(extract_header_(ptr, &header, false)); in delete_ptr_()247 PetscErrorCode PoolAllocator::extract_header_(void *user_ptr, AllocationHeader **header, bool check… in extract_header_() function in Petsc::memory::PoolAllocator396 PetscCall(extract_header_(const_cast<void *>(ptr), &header, /* check ptr = */ false)); in get_attributes()
114 static PetscErrorCode extract_header_(void *, AllocationHeader **, bool = true) noexcept;