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

Store memory name in MemData struct.

This commit is contained in:
Bartosz Taudul
2020-09-25 16:36:03 +02:00
parent 97e17a8d49
commit ba4315c286
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -653,6 +653,7 @@ struct MemData
uint64_t low = std::numeric_limits<uint64_t>::max();
uint64_t usage = 0;
PlotData* plot = nullptr;
uint64_t name = 0;
};
struct FrameData