mirror of https://github.com/xzeldon/htop.git
e9b32eb62f
htop currently expects m_size and m_resident in pages (Process.c). According to the proc_info.h header, the values returned by libproc are in bytes: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/sys/proc_info.h Eventually we should change the htop crossplatform API to expect memory in bytes, but this is the smaller change that should fix it. Closes #385. |
||
---|---|---|
.. | ||
Battery.c | ||
Battery.h | ||
DarwinCRT.c | ||
DarwinCRT.h | ||
DarwinProcess.c | ||
DarwinProcess.h | ||
DarwinProcessList.c | ||
DarwinProcessList.h | ||
Platform.c | ||
Platform.h |