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

Read/write most of MemEvent in one go.

This commit is contained in:
Bartosz Taudul
2018-04-29 03:14:18 +02:00
parent d5f0f0939d
commit 9769cc4d7d
2 changed files with 5 additions and 9 deletions
+3 -1
View File
@@ -143,8 +143,10 @@ struct MemEvent
uint64_t ptr;
uint64_t size;
int64_t timeAlloc;
uint16_t threadAlloc;
int64_t timeFree;
// All above is read/saved as-is.
uint16_t threadAlloc;
uint16_t threadFree;
};