htop/scripts/htop_suppressions.valgrind
Ximalas 4cf74de1f1 Suppress reporting memory leaks originating from libdevstat
Based on https://cgit.freebsd.org/src/tree/lib/libdevstat/devstat.c
the following four functions call memory allocation functions:

- devstat_getdevs()
- devstat_selectdevs()
- devstat_buildmatch()
- get_devstat_kvm()
2021-10-14 23:25:19 +02:00

58 lines
852 B
Plaintext

{
<ncurses internal memory>
Memcheck:Leak
match-leak-kinds: possible,reachable
...
fun:doupdate_sp
fun:wrefresh
}
{
<ncurses internal memory>
Memcheck:Leak
match-leak-kinds: possible,reachable
...
fun:newterm_sp
fun:newterm
fun:initscr
fun:CRT_init
}
{
<ncurses internal memory>
Memcheck:Leak
match-leak-kinds: reachable
...
obj:*/libtinfo*
fun:CRT_init
}
{
<ncurses internal memory>
Memcheck:Leak
match-leak-kinds: reachable
...
obj:*/libncurses*
fun:CRT_init
}
{
<ncurses internal memory>
Memcheck:Leak
match-leak-kinds: possible,reachable
...
obj:*/libncurses*
fun:CRT_setColors
fun:CRT_init
}
{
<devstat internal memory>
Memcheck:Leak
match-leak-kinds: possible,reachable
...
obj:*/libdevstat*
...
fun:Platform_getDiskIO
}