Extend Valgrind suppressions for non-inlined C code.

Thanks to Dennis Schridde.
This commit is contained in:
Mike Pall 2015-11-04 14:01:37 +01:00
parent 1393b2f681
commit 7991a669dd

View File

@ -24,3 +24,18 @@
Memcheck:Cond
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
}