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

Callstack ptr in server data structures.

Will be probably reduced to 32-bit index later on.
This commit is contained in:
Bartosz Taudul
2018-06-19 18:52:10 +02:00
parent d0d3545988
commit 59dc55002b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@ struct MemEvent
uint64_t size;
int64_t timeAlloc;
int64_t timeFree;
uint64_t callstack;
// All above is read/saved as-is.
uint16_t threadAlloc;