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

The underlying vector might be reallocated.

This commit is contained in:
Bartosz Taudul
2018-09-27 23:18:47 +02:00
parent 6cfd53b274
commit 428b7da1cc
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ private:
uint64_t ptrFind = 0;
bool restrictTime = false;
bool showAllocList = false;
std::vector<const MemEvent*> allocList;
std::vector<size_t> allocList;
} m_memInfo;
struct {