mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 11:17:49 +00:00
heap_tracker: use linear-time mapping eviction
This commit is contained in:
parent
c366d8e8d9
commit
421c59da99
2 changed files with 28 additions and 9 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue