mallinfo
struct mallinfo mallinfo(void);
struct mallinfo
struct mallinfo inf; /* return value */
(void) memset(&inf, 0, sizeof (struct mallinfo));