vsz and rss are unsigned longs (ulong ~= width of void* =>
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 29 Aug 2007 18:23:36 +0000 (18:23 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 29 Aug 2007 18:23:36 +0000 (18:23 -0000)
commitfc1e9951c6393f9b0e42d9a7fa2899b8618b21f8
treeee5fdd64596f2b9171f333d7b623328e479f67f2
parent8bdba4d011887ce77cd6de93859cacf7adea391e
vsz and rss are unsigned longs (ulong ~= width of void* =>
suitable for expressing total RAM in system). We account
for "32 bit in 64 bit" systems by storing kbytes, not bytes
there. Should allow for up to ~2000 Gb RAM on 32 bits.
include/libbb.h
procps/ps.c