Searched refs:chunk_size_ (Results 1 – 1 of 1) sorted by relevance
708 size_type chunk_size_; member in Petsc::memory::SegmentedMemoryPool726 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()