zephyr/scripts/valgrind.supp
Alberto Escolar Piedras 04a16f21e4 valgrind: Update suppression file to align with updated POSIX arch
Things have moved around so we need to update the
suppression file so the callstack and types of
leaks valgrind reports still match.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-07-05 07:01:19 -04:00

49 lines
779 B
Plaintext

{
getpwuid() libC issue
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:realloc
fun:load_blacklist
fun:bindresvport
}
{
POSIX arch no thread cleanup
Memcheck:Leak
match-leak-kinds: reachable,possible
...
fun:posix_new_thread
fun:arch_new_thread
}
{
POSIX soc no cpu cleanup
Memcheck:Leak
match-leak-kinds: reachable
...
fun:posix_boot_cpu
...
fun:main
}
{
POSIX arch no cpu cleanup
Memcheck:Leak
match-leak-kinds: reachable
...
fun:nct_init
fun:posix_arch_init
}
{
lvgl no cleanup
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:lv_mem_alloc
}
{
lvgl no cleanup 2
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:lvgl_allocate_rendering_buffers
}