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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user