Tobias Brunner c9d471091f Use mallinfo2() if available
mallinfo() is deprecated because it uses `int` for the members of the
returned struct, whereas mallinfo2() uses `size_t`.  It's available
since glibc 2.33.
2022-04-25 14:16:20 +02:00
..
2020-03-04 17:07:32 +01:00
2018-11-30 14:54:33 +01:00
2014-02-12 14:34:31 +01:00
2022-04-25 14:16:20 +02:00
2021-09-09 22:54:38 +02:00
2020-03-04 17:07:32 +01:00
2018-08-31 11:11:12 +02:00