htop/pcp
Benny Baumann 1a12d58526 Work around GCC14 memleak diagnostic
While both pointers are identical, GCC-14 with -fanalyzer complains about these return statements to leak memory.
The leak is only reported with LTO though.
2024-04-08 18:38:34 +02:00
..
columns PCP: support for 'dynamic columns' added at runtime 2021-08-13 07:32:57 +02:00
meters Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00
screens Fixed typo 2023-08-30 23:13:02 +02:00
InDomTable.c Update includes based on IWYU 2023-12-26 15:14:19 +01:00
InDomTable.h Relocate include of config.h from header to source modeule 2023-12-26 15:14:19 +01:00
Instance.c Fix code style 2023-12-26 15:14:19 +01:00
Instance.h Fix code style 2023-12-26 15:14:19 +01:00
Metric.c Cast some ignored return codes to assist static checkers 2023-09-04 08:59:51 +10:00
Metric.h Remove unused zswap pool size calculation from commit 71f5a80d9e 2023-11-21 08:38:27 +11:00
PCPDynamicColumn.c Fix code style 2023-12-26 15:14:19 +01:00
PCPDynamicColumn.h Support dynamic screens with 'top-most' entities beyond processes 2023-08-30 13:11:57 +10:00
PCPDynamicMeter.c Fix code style 2023-12-26 15:14:19 +01:00
PCPDynamicMeter.h Support dynamic screens with 'top-most' entities beyond processes 2023-08-30 13:11:57 +10:00
PCPDynamicScreen.c Fix code style 2023-12-26 15:14:19 +01:00
PCPDynamicScreen.h Fix code style 2023-12-26 15:14:19 +01:00
PCPMachine.c Remove unused zswap pool size calculation from commit 71f5a80d9e 2023-11-21 08:38:27 +11:00
PCPMachine.h Relocate include of config.h from header to source modeule 2023-12-26 15:14:19 +01:00
PCPProcess.c Work around GCC14 memleak diagnostic 2024-04-08 18:38:34 +02:00
PCPProcess.h Relocate include of config.h from header to source modeule 2023-12-26 15:14:19 +01:00
PCPProcessTable.c Fix code style 2023-12-26 15:14:19 +01:00
PCPProcessTable.h Relocate include of config.h from header to source modeule 2023-12-26 15:14:19 +01:00
Platform.c Minor bug fixes for Coverity issues 2024-02-05 22:24:46 +01:00
Platform.h Correct pid_t type return from Platform_getMaxPid function 2023-09-04 08:59:41 +10:00
ProcessField.h Add PCP support 2023-12-11 09:35:48 +01:00