Support valgrind errors in str_fastcmp also when it is not inlined

This commit is contained in:
Dennis Schridde 2015-10-30 17:29:20 +01:00
parent 4808e62a9a
commit 4afa623b82

View File

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