mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 23:17:51 -05:00
heap_tracker: use linear-time mapping eviction
This commit is contained in:
@ -86,6 +86,7 @@ private:
|
||||
|
||||
private:
|
||||
Common::HostMemory& m_buffer;
|
||||
const s64 m_max_resident_map_count;
|
||||
|
||||
std::shared_mutex m_rebuild_lock{};
|
||||
std::mutex m_lock{};
|
||||
|
Reference in New Issue
Block a user