Home
last modified time | relevance | path

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

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx102 constexpr PoolAllocator::size_type PoolAllocator::total_size_(size_type size, align_type align) noe… in total_size_() function in Petsc::memory::PoolAllocator
134 PetscCall(PetscUnpoisonMemoryRegion(header, total_size_(header->size, header->align))); in delete_ptr_()
300 const auto total_size = total_size_(size, align); in allocate_ptr_()
/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp111 PETSC_NODISCARD static constexpr size_type total_size_(size_type, align_type) noexcept;