Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lj.supp « src « luajit-2.1 - github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acb9e789d080e33deb3b0a3cedda9e784fdf35d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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
}
{
   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
}