struct mallinfo
returned by
mallinfo()
as a dict. See man mallinfo
for an
explanation of the fields.
struct mallinfo
contains int
fields and is thus
incapable of expressing the memory sizes of 64-bit
machines. The fields are interpreted as unsigned and
thus represent the true value modulo 2**32 (4Gb).