commit | fc1e9951c6393f9b0e42d9a7fa2899b8618b21f8 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Aug 29 18:23:36 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Aug 29 18:23:36 2007 +0000 |
tree | ee5fdd64596f2b9171f333d7b623328e479f67f2 | |
parent | 8bdba4d011887ce77cd6de93859cacf7adea391e [diff] |
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.