blob: 330ec51fefd73b6fc9c861e06537a78f86d74f73 [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
Alberto Escolar Piedras04a16f22023-06-14 16:13:57 +020013 match-leak-kinds: reachable,possible
Alberto Escolar Piedrasace7bf92018-12-12 16:56:08 +010014 ...
Alberto Escolar Piedrasace7bf92018-12-12 16:56:08 +010015 fun:posix_new_thread
Alberto Escolar Piedras04a16f22023-06-14 16:13:57 +020016 fun:arch_new_thread
17}
18{
19 POSIX soc no cpu cleanup
20 Memcheck:Leak
Jeppe Odgaardf74f3092023-11-22 15:09:34 +010021 match-leak-kinds: reachable,possible
Alberto Escolar Piedras04a16f22023-06-14 16:13:57 +020022 ...
23 fun:posix_boot_cpu
24 ...
25 fun:main
Alberto Escolar Piedrasace7bf92018-12-12 16:56:08 +010026}
27{
28 POSIX arch no cpu cleanup
29 Memcheck:Leak
Alberto Escolar Piedras04a16f22023-06-14 16:13:57 +020030 match-leak-kinds: reachable
Alberto Escolar Piedrasace7bf92018-12-12 16:56:08 +010031 ...
Alberto Escolar Piedras04a16f22023-06-14 16:13:57 +020032 fun:nct_init
33 fun:posix_arch_init
Alberto Escolar Piedras20926452019-10-11 12:47:42 +020034}
35{
36 lvgl no cleanup
37 Memcheck:Leak
38 match-leak-kinds: possible
39 fun:malloc
40 fun:lv_mem_alloc
41}
42{
43 lvgl no cleanup 2
44 Memcheck:Leak
45 match-leak-kinds: possible
46 fun:malloc
47 fun:lvgl_allocate_rendering_buffers
48}