- 13 Feb, 2016 1 commit
-
-
Hisham authored
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.
-
- 02 Feb, 2016 1 commit
-
-
Hisham authored
-
- 23 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 07 Sep, 2015 1 commit
-
-
Christian Hesse authored
* size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
-
- 19 Aug, 2015 6 commits
-
-
Hisham Muhammad authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
- 16 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-