htop/unsupported
Christian Hesse e8970b6f32 fix calloc() calls
* 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)
2015-09-07 07:52:39 +02:00
..
Battery.c Add files to unsupported platform. 2015-03-16 03:16:18 -03:00
Battery.h Add files to unsupported platform. 2015-03-16 03:16:18 -03:00
Platform.c Make column width calculation dynamic. 2015-08-20 00:32:47 -03:00
Platform.h Make column width calculation dynamic. 2015-08-20 00:32:47 -03:00
UnsupportedCRT.c Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
UnsupportedCRT.h Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
UnsupportedProcess.c fix calloc() calls 2015-09-07 07:52:39 +02:00
UnsupportedProcess.h Make unsupported run 2015-08-19 13:46:41 -03:00
UnsupportedProcessList.c Make unsupported run 2015-08-19 13:46:41 -03:00
UnsupportedProcessList.h Make unsupported run 2015-08-19 13:46:41 -03:00