]> granicus.if.org Git - procps-ng/commit
slabtop: adapted to exploit new alloc & sort interface
authorJim Warner <james.warner@comcast.net>
Sat, 11 Jul 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Tue, 14 Jul 2015 12:36:48 +0000 (22:36 +1000)
commite04455952787bfb2776d1da8b489eede87d70ab7
treeb98211d53573aebdc4f2daf2c4f1dfaa59f102d6
parent5c3542c4e14a542e3222c9a5862a6b5694a5d96a
slabtop: adapted to exploit new alloc & sort interface

In addition to the new interface several other changes
were made. In fact, there are so many I must apologize
in advance to Craig, et al. for the hatchet I wielded.

Among the changes was my attempt to shrink the body of
that main() function. It's amazing how some folks must
always cram as code much as possible into  ol' main().

Personally, unless it's a throwaway quick & dirty pgm,
all main function bodies should not exceed one screen.

Signed-off-by: Jim Warner <james.warner@comcast.net>
slabtop.c