Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dmemory.hpp62 using std::construct_at;
77 inline constexpr T *construct_at(T *ptr, Args &&...args) noexcept(std::is_nothrow_constructible<T, … in construct_at() function
H A Dobject_pool.hpp286 PetscCallCXX(util::construct_at(ptr, std::forward<Args>(args)...)); in construct_()
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx330 …PetscCallCXX(base_ptr = reinterpret_cast<unsigned char *>(util::construct_at(reinterpret_cast<Allo… in allocate_ptr_()