Store callstack index as uint32_t.

This commit is contained in:
Bartosz Taudul 2018-06-19 21:39:22 +02:00
parent 77db91253b
commit e03493f082

View File

@ -147,7 +147,7 @@ struct MemEvent
uint64_t size;
int64_t timeAlloc;
int64_t timeFree;
uint64_t callstack;
uint32_t callstack;
// All above is read/saved as-is.
uint16_t threadAlloc;