Ver Fonte

Extend Valgrind suppressions for non-inlined C code.

Thanks to Dennis Schridde.
Mike Pall há 9 anos atrás
pai
commit
7991a669dd
1 ficheiros alterados com 15 adições e 0 exclusões
  1. 15 0
      src/lj.supp

+ 15 - 0
src/lj.supp

@@ -24,3 +24,18 @@
    Memcheck:Cond
    Memcheck:Cond
    fun:lj_str_new
    fun:lj_str_new
 }
 }
+{
+   Optimized string compare
+   Memcheck:Addr4
+   fun:lj_str_fastcmp
+}
+{
+   Optimized string compare
+   Memcheck:Addr1
+   fun:lj_str_fastcmp
+}
+{
+   Optimized string compare
+   Memcheck:Cond
+   fun:lj_str_fastcmp
+}