Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp708 size_type chunk_size_; member in Petsc::memory::SegmentedMemoryPool
726 const auto block_size = std::max(size, chunk_size_); in make_block_()
738 PetscCall(make_block_(chunk_size_, stream)); in register_finalize_()
747 chunk_size_ = DefaultChunkSize; in finalize_()
777 …_nothrow_default_constructible<pool_type>::value) : allocator_(std::move(alloc)), chunk_size_(size) in SegmentedMemoryPool()