Searched refs:total_size_ (Results 1 – 2 of 2) sorted by relevance
102 constexpr PoolAllocator::size_type PoolAllocator::total_size_(size_type size, align_type align) noe… in total_size_() function in Petsc::memory::PoolAllocator134 PetscCall(PetscUnpoisonMemoryRegion(header, total_size_(header->size, header->align))); in delete_ptr_()300 const auto total_size = total_size_(size, align); in allocate_ptr_()
111 PETSC_NODISCARD static constexpr size_type total_size_(size_type, align_type) noexcept;