Skip to content

Memory info in about widget: Use mallinfo2(), slighly improve output.

Martin Heistermann requested to merge fix-warning/use-mallinfo2 into master

On new enough glibc, mallinfo2 replaces the now-deprecated malloinfo(), using a data structure with sufficiently large fields.

Improve output a bit with correct binary unit names and a caveat on what the mallinfo() data means.

Merge request reports