htop/freebsd
Nathan Scott f704baeb82 Drop unused global ProcessList memory fields
The global ProcessList structure contains a couple of unused
fields.  'sharedMem' has never been used by any Meter, since
its not been anything other than zero in Linux /proc/meminfo
for many, many years.  The freeMem field is only used in the
usedMem calculation, so it can reside on the stack like some
other memory variables used within-calculations-only and not
exposed to the user via a Meter.
2020-11-27 07:55:58 +01:00
..
FreeBSDProcess.c Rename virtual memory column from M_SIZE to M_VIRT 2020-11-21 19:39:45 +01:00
FreeBSDProcess.h IWYU update (FreeBSD) 2020-11-19 23:51:50 +01:00
FreeBSDProcessList.c Drop unused global ProcessList memory fields 2020-11-27 07:55:58 +01:00
FreeBSDProcessList.h IWYU update (FreeBSD) 2020-11-19 23:51:50 +01:00
Platform.c Unify naming of first argument of Platform_getBattery 2020-11-25 12:47:07 +01:00
Platform.h Unify naming of first argument of Platform_getBattery 2020-11-25 12:47:07 +01:00