mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't use Vector for memory pages storage.
Vector has POT data size and we know exactly how much is needed.
This commit is contained in:
@@ -115,7 +115,7 @@ private:
|
||||
void FindZonesCompare();
|
||||
#endif
|
||||
|
||||
Vector<int8_t> GetMemoryPages() const;
|
||||
std::pair<int8_t*, size_t> GetMemoryPages() const;
|
||||
const char* GetPlotName( const PlotData* plot ) const;
|
||||
|
||||
flat_hash_map<const void*, bool, nohash<const void*>> m_visible;
|
||||
|
||||
Reference in New Issue
Block a user