mirror of https://github.com/xzeldon/htop.git
f704baeb82
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. |
||
---|---|---|
.. | ||
FreeBSDProcess.c | ||
FreeBSDProcess.h | ||
FreeBSDProcessList.c | ||
FreeBSDProcessList.h | ||
Platform.c | ||
Platform.h |