mirror of
https://gitlab.com/procps-ng/procps.git
synced 2024-11-27 20:14:05 +08:00
157612a5ed
Ever since this pids api was first introduced in 2015, there existed both the 'curitems' plus 'maxitems' used internally. While the reasoning behind such duality is lost to time, it probably related to top's capacity to grow/shrink stack size depending on what is displayed. While top no longer employs a dynamically sized stack, with the current library logic it makes no difference. For sometime now the pids guy handles either approach. So, this commit converts all references to 'maxitems'. Signed-off-by: Jim Warner <james.warner@comcast.net> |
||
---|---|---|
.. | ||
include | ||
tests | ||
.gitignore | ||
COPYING | ||
devname.c | ||
diskstats.c | ||
escape.c | ||
libproc2.pc.in | ||
libproc2.sym | ||
meminfo.c | ||
namespace.c | ||
numa.c | ||
pids.c | ||
pwcache.c | ||
readproc.c | ||
slabinfo.c | ||
stat.c | ||
sysinfo.c | ||
uptime.c | ||
version.c | ||
vmstat.c | ||
wchan.c |