summaryrefslogtreecommitdiffstats
path: root/tests/valgrind/glib.supp
Commit message (Collapse)AuthorAgeFilesLines
* tests/valgrind: add suppression of all leaks related to initialisation of ↵Benjamin Dauvergne2014-06-081-0/+6
| | | | the GLib type system
* Add new valgrind memleak suppression filesBenjamin Dauvergne2009-04-301-0/+408
* tests/valgrind/glib.supp: suppress all "static" allocation by glib, usually for the type system. * tests/valgrind/lasso.supp: suppress allocations from lasso that we cannot actually remove, they are all from "called only once" code, so it should not really be a problem for embedded codes.