mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
27 lines
383 B
Plaintext
27 lines
383 B
Plaintext
# Valgrind suppression file for LuaJIT 2.0.
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Addr4
|
|
fun:lj_str_cmp
|
|
}
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Addr1
|
|
fun:lj_str_cmp
|
|
}
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Addr4
|
|
fun:lj_str_new
|
|
}
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Addr1
|
|
fun:lj_str_new
|
|
}
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Cond
|
|
fun:lj_str_new
|
|
}
|