mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-26 15:55:46 +00:00
4cf74de1f1
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()
58 lines
852 B
Plaintext
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
|
|
}
|