mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Build list of allocations in a given call stack tree entry.
This commit is contained in:
@@ -402,6 +402,7 @@ private:
|
||||
char pattern[1024] = {};
|
||||
uint64_t ptrFind = 0;
|
||||
bool restrictTime = false;
|
||||
std::vector<const MemEvent*> allocList;
|
||||
} m_memInfo;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user