Common: Rename SplitRangeSet to OverlapRangeSet
This commit is contained in:
parent
0d5a3abeae
commit
fa47ac1c9f
4 changed files with 45 additions and 42 deletions
|
@ -15,7 +15,7 @@ struct HeapMapper::HeapMapperInternal {
|
|||
~HeapMapperInternal() = default;
|
||||
|
||||
Common::RangeSet<VAddr> m_temporary_set;
|
||||
Common::SplitRangeSet<VAddr> m_mapped_ranges;
|
||||
Common::OverlapRangeSet<VAddr> m_mapped_ranges;
|
||||
Tegra::MaxwellDeviceMemoryManager& m_device_memory;
|
||||
std::mutex m_guard;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue