mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
# Valgrind suppression file for LuaJIT 2.x.
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Addr4
|
|
fun:lj_str_cmp
|
|
}
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Addr4
|
|
fun:lj_str_new
|
|
}
|
|
{
|
|
Optimized string compare
|
|
Memcheck:Cond
|
|
fun:lj_str_new
|
|
}
|