htop/linux
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 Optimize Strings_startWith() 2016-08-11 10:49:35 +08:00
Battery.h Optimize Strings_startWith() 2016-08-11 10:49:35 +08:00
IOPriority.c Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
IOPriority.h Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
IOPriorityPanel.c Simplify constructors. 2015-03-23 19:24:34 -03:00
IOPriorityPanel.h Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
LinuxCRT.c Fix spelling of "maintainer" 2016-01-02 12:11:26 -05:00
LinuxCRT.h Move platform-dependent parts of Linux battery meter. 2014-11-27 21:04:57 -02:00
LinuxProcess.c Catch invalid IO values due to no permissions. 2016-02-20 02:23:26 -02:00
LinuxProcess.h Make column width calculation dynamic. 2015-08-20 00:32:47 -03:00
LinuxProcessList.c Return when reading cmdline fails (e.g. zombie process) 2016-08-24 18:11:10 -03:00
LinuxProcessList.h Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. 2016-01-15 20:26:01 +08: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