aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/htop_suppressions.valgrind
blob: a7afb0fd48e24d2b5668ae713e21cd5c8523f74d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
   <ncurses internal memory allocated at startup>
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:CRT_init
   fun:main
}

{
   <ncurses internal memory allocated at startup>
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:CRT_init
}

{
   <ncurses internal memory>
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:wgetch
   fun:ScreenManager_run
   fun:Action_runSetup
   fun:actionSetup
   fun:MainPanel_eventHandler
   fun:ScreenManager_run
   fun:main
}

{
   <ncurses internal memory>
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:wgetch
   fun:ScreenManager_run
   fun:main
}

{
   <ncurses internal memory>
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:wrefresh
   fun:main
}

{
   <ncurses internal memory>
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:realloc
   fun:_nc_doalloc
   fun:_nc_tparm_analyze
   fun:tparm
   ...
   fun:doupdate_sp
   fun:wrefresh
   obj:*
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy