htop/darwin
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 Standardize indentation. 2015-08-19 13:56:46 -03:00
Battery.h Added darwin with working battery meter 2015-08-19 13:47:26 -03:00
DarwinCRT.c Standardize indentation. 2015-08-19 13:56:46 -03:00
DarwinCRT.h Added darwin with working battery meter 2015-08-19 13:47:26 -03:00
DarwinProcess.c fix calloc() calls 2015-09-07 07:52:39 +02:00
DarwinProcess.h CPU per process implemented 2015-08-19 13:52:57 -03:00
DarwinProcessList.c CPU per process implemented 2015-08-19 13:52:57 -03:00
DarwinProcessList.h CPU per process implemented 2015-08-19 13:52:57 -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