blob: 9719dce16f7735e8681522d71a514942e394ab1a [file] [log] [blame]
Alberto Escolar Piedrasace7bf92018-12-12 16:56:08 +01001{
2 getpwuid() libC issue
3 Memcheck:Leak
4 match-leak-kinds: reachable
5 fun:malloc
6 fun:realloc
7 fun:load_blacklist
8 fun:bindresvport
9}
10{
11 POSIX arch no thread cleanup
12 Memcheck:Leak
13 match-leak-kinds: possible
14 ...
15 fun:pthread_create*
16 fun:posix_new_thread
17}
18{
19 POSIX arch no cpu cleanup
20 Memcheck:Leak
21 match-leak-kinds: possible
22 ...
23 fun:pthread_create*
24 fun:posix_boot_cpu
25 fun:main
Alberto Escolar Piedras20926452019-10-11 12:47:42 +020026}
27{
28 lvgl no cleanup
29 Memcheck:Leak
30 match-leak-kinds: possible
31 fun:malloc
32 fun:lv_mem_alloc
33}
34{
35 lvgl no cleanup 2
36 Memcheck:Leak
37 match-leak-kinds: possible
38 fun:malloc
39 fun:lvgl_allocate_rendering_buffers
40}