htop/darwin
Explorer09 1f3d85b617 Mark signal tables 'const'
Specifically, Platform_signals[] and Platform_numberOfSignals. Both are
not supposed to be mutable. Marking them 'const' puts them into rodata
sections in binary. And for Platform_numberOfSignals, this aids
optimization (aids only Link Time Optimization for now). :)

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
2016-08-30 20:41:17 +08: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 Fix spelling of "maintainer" 2016-01-02 12:11:26 -05:00
DarwinCRT.h Added darwin with working battery meter 2015-08-19 13:47:26 -03:00
DarwinProcess.c If task_for_pid fails, stop trying. 2016-03-31 00:18:42 -03:00
DarwinProcess.h Update header. 2016-03-31 11:01:23 -03:00
DarwinProcessList.c Scan threads for process state information. 2016-02-18 14:57:09 -02:00
DarwinProcessList.h Darwin: replace vm_statistics64_* with vm_statistics_* 2016-01-13 20:57:29 +01:00
Platform.c Mark signal tables 'const' 2016-08-30 20:41:17 +08:00
Platform.h Mark signal tables 'const' 2016-08-30 20:41:17 +08:00