mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 17:48:03 +00:00
Common: Rename SplitRangeSet to OverlapRangeSet
This commit is contained in:
parent
80d505b5cf
commit
758d895408
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