valgrind.supp 658 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  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
  26. }
  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. }