]> granicus.if.org Git - procps-ng/commit
top: restore missing support for 'MEMGRAPH_OLD' define
authorJim Warner <james.warner@comcast.net>
Wed, 12 Oct 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Sun, 16 Oct 2022 08:56:19 +0000 (19:56 +1100)
commit57774f03325748cf6559c353e6795a5050e687ff
tree47eabd9b3be58998632178b1bd1d1290922e7f29
parent244f2b33f279c6615110c04c6fce56db8a2c1eb0
top: restore missing support for 'MEMGRAPH_OLD' define

When support for graphs was refactored, in that commit
referenced below, the logic for our 'MEMGRAPH_OLD' was
lost while the #define itself remained in the .h file.

Faced with deleting the #define or restoring the logic
I chose the latter. Thus, if one wanted to be reminded
how overstated 'used' memory once was, it can be done.

Reference(s):
. Sep, 2022 - refactored graph support
commit 2d5b51d1a2aa19d077a2f3db5be187f982d70e70

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