1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Store memory pages in a contiguous memory area.

This commit is contained in:
Bartosz Taudul
2018-04-03 19:17:32 +02:00
parent 5ce3e44c77
commit f0573d68bd
2 changed files with 32 additions and 57 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ private:
void FindZones();
#endif
Vector<Vector<int8_t>> GetMemoryPages() const;
Vector<int8_t> GetMemoryPages() const;
flat_hash_map<const void*, bool, nohash<const void*>> m_visible;
flat_hash_map<const void*, bool, nohash<const void*>> m_showFull;