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