Jim Warner 8dc378f6a8 library: exploit linux-4.5 resident memory enhancement
Beginning with linux-4.5, the following new fields are
being added under that /proc/<pid>/status pseudo file:
 . RssAnon - size of resident anonymous memory
 . RssFile - size of resident file mappings
 . RssShmem - size of resident shared memory

This patch just represents the initial library and top
support, sharing a commit message with 2 more patches.

p.s. locked resident memory support was also added but
isn't directly related to the kernel 4.5 enhancements.

Reference(s):
commit 1f8e41d01966ef337bc252bffb181d0acc0c8751
Signed-off-by: Jim Warner <james.warner@comcast.net>
2016-04-14 21:03:03 +10:00
..
2015-09-03 22:32:19 +10:00
2015-09-01 20:41:25 +10:00
2015-09-01 20:41:25 +10:00
2015-07-07 22:42:06 +10:00
2015-10-24 14:29:25 +11:00
2015-09-03 22:32:19 +10:00
2015-06-19 21:00:46 +10:00
2015-07-07 22:42:06 +10:00
2015-07-20 22:23:21 +10:00