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

Memory pages bitmap calculation.

This commit is contained in:
Bartosz Taudul
2018-04-02 18:14:59 +02:00
parent bf249de266
commit 78cd86dd69
2 changed files with 78 additions and 0 deletions
+2
View File
@@ -109,6 +109,8 @@ private:
void FindZones();
#endif
Vector<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;