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

Have to track callstacks of both alloc and free.

This commit is contained in:
Bartosz Taudul
2018-06-19 22:08:47 +02:00
parent 0de279005b
commit 06f34052a5
3 changed files with 21 additions and 7 deletions
+2 -1
View File
@@ -147,7 +147,8 @@ struct MemEvent
uint64_t size;
int64_t timeAlloc;
int64_t timeFree;
uint32_t callstack;
uint32_t csAlloc;
uint32_t csFree;
// All above is read/saved as-is.
uint16_t threadAlloc;