Common: Rename SplitRangeSet to OverlapRangeSet
This commit is contained in:
parent
0d5a3abeae
commit
fa47ac1c9f
4 changed files with 45 additions and 42 deletions
|
@ -460,7 +460,7 @@ private:
|
|||
std::deque<Common::RangeSet<DAddr>> committed_gpu_modified_ranges;
|
||||
|
||||
// Async Buffers
|
||||
Common::SplitRangeSet<DAddr> async_downloads;
|
||||
Common::OverlapRangeSet<DAddr> async_downloads;
|
||||
std::deque<std::optional<Async_Buffer>> async_buffers;
|
||||
std::deque<boost::container::small_vector<BufferCopy, 4>> pending_downloads;
|
||||
std::optional<Async_Buffer> current_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue