Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add valgrind suppressions for the Lua interpreter.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 8 Oct 2013 19:23:03 +0000 (21:23 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 8 Oct 2013 19:23:03 +0000 (21:23 +0200)
tools/simgrid.supp

index 6af8019..7c2feea 100644 (file)
    fun:aagparse
    fun:agconcat
 }
+
+# We're not interested by memory leaks in the Lua interpreter
+{
+   Memory leak in lua
+   Memcheck:Leak
+   ...
+   fun:luaD_precall
+}