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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user