On Fri, 3 Apr 2020 14:29:06 +0100 Ferruh Yigit <[email protected]> wrote:
> > + int64_t total = 0; > > + int64_t alloc = 0; > > + int64_t free = 0; Should be unsigned (ie uint64_t)
On Fri, 3 Apr 2020 14:29:06 +0100 Ferruh Yigit <[email protected]> wrote:
> > + int64_t total = 0; > > + int64_t alloc = 0; > > + int64_t free = 0; Should be unsigned (ie uint64_t)