Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp353 PETSC_NODISCARD allocator_type &allocator() noexcept { return pair_.second(); } in allocator() function in Petsc::ObjectPool
354 PETSC_NODISCARD const allocator_type &allocator() const noexcept { return pair_.second(); } in allocator() function in Petsc::ObjectPool
375 auto _ = this->allocator().lock_guard(); in finalize_()
379 this->allocator().for_each([&, this](void *ptr) in finalize_()
388 PetscCall(this->allocator().clear_()); in finalize_()
427 …PetscCall(this->allocator().allocate(&mem, sizeof(value_type), static_cast<align_type>(alignof(val… in allocate()
456 …PetscCall(this->allocator().deallocate(reinterpret_cast<void **>(obj), sizeof(value_type), static_… in deallocate()