mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
Store callstack index as uint32_t.
This commit is contained in:
parent
77db91253b
commit
e03493f082
@ -147,7 +147,7 @@ struct MemEvent
|
|||||||
uint64_t size;
|
uint64_t size;
|
||||||
int64_t timeAlloc;
|
int64_t timeAlloc;
|
||||||
int64_t timeFree;
|
int64_t timeFree;
|
||||||
uint64_t callstack;
|
uint32_t callstack;
|
||||||
// All above is read/saved as-is.
|
// All above is read/saved as-is.
|
||||||
|
|
||||||
uint16_t threadAlloc;
|
uint16_t threadAlloc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user