htop/openbsd
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
..
OpenBSDProcess.c Rename virtual memory column from M_SIZE to M_VIRT 2020-11-21 19:39:45 +01:00
OpenBSDProcess.h Hold only a const version of Settings in Process 2020-10-26 19:30:38 +01:00
OpenBSDProcessList.c Drop unused global ProcessList memory fields 2020-11-27 07:55:58 +01:00
OpenBSDProcessList.h Spacing around operators 2020-11-02 22:15:01 +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