Lines Matching refs:size_
110 PETSC_NODISCARD size_type size() const noexcept { return size_; } in size()
114 PETSC_NODISCARD size_type capacity() const noexcept { return size_; } in capacity()
130 size_type size_ = 0; // size of the chunk member in Petsc::memory::impl::MemoryChunk
154 inline MemoryChunk<E>::MemoryChunk(size_type start, size_type size) noexcept : size_(size), start_(… in MemoryChunk()
165 …ange(other.stream_id_, device::DefaultStream::INVALID_ID)), size_(util::exchange(other.size_, 0)),… in MemoryChunk()
177 size_ = util::exchange(other.size_, 0); in operator =()
273 size_ = newsize; in resize()
328 PETSC_NODISCARD size_type size() const noexcept { return size_; } in size()
335 size_type size_{}; member in Petsc::memory::impl::MemoryBlock
354 size_ = 0; in clear_()
366 …pe *alloc, size_type s, const device::StreamBase<U> *stream) noexcept : allocator_(alloc), size_(s) in MemoryBlock()
385 …change(other.mem_, nullptr)), allocator_(other.allocator_), size_(util::exchange(other.size_, 0)),… in MemoryBlock()
399 size_ = util::exchange(other.size_, 0); in operator =()