On Fri, 3 Apr 2020 14:29:06 +0100 Ferruh Yigit <ferruh.yigit at intel.com> wrote: > > + int64_t total = 0; > > + int64_t alloc = 0; > > + int64_t free = 0; Should be unsigned (ie uint64_t)