]> granicus.if.org Git - procps-ng/commit
top: exploit that meminfo dynamic chain allocation API
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:33:33 +0000 (22:33 +1000)
commit4dea69067eb50630eb56ad87659522c035d01a25
tree8aef8463574cd14980ae70c34cfd808bbaee216e
parentaab537bc1333b9ca57eaeec073b51af12f9280f8
top: exploit that meminfo dynamic chain allocation API

The commit msg summary says it all (well, not really).

The previous statically allocated results chain served
the top program perfectly in all its lib memory needs.
But, someone needs to try out the brand new interface.

Besides, there were a few other changes which I wanted
to make. And among them were the following miscellany:

. some names were changed, like 'context' became 'ctx'

. an unnecessary redundant library call was eliminated

. the placement of a few globals was made more logical
( thanks Craig for following the capitalization rule )

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