56c56
< static int64 s_total_samples; // Total number of store lifetimes
---
> static int64_t s_total_samples; // Total number of store lifetimes
69c69
< int64 m_total_samples; // Total number of store lifetimes of this line
---
> int64_t m_total_samples; // Total number of store lifetimes of this line