-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvulkan.supp
More file actions
68 lines (68 loc) · 866 Bytes
/
vulkan.supp
File metadata and controls
68 lines (68 loc) · 866 Bytes
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
memcheck_malloc_suppressions
Memcheck:Leak
fun:malloc
...
obj:/var/cache/nscd/passwd
}
{
memcheck_calloc_suppressions
Memcheck:Leak
fun:calloc
...
obj:/var/cache/nscd/passwd
}
{
memcheck_realloc_suppressions
Memcheck:Leak
fun:realloc
...
obj:/var/cache/nscd/passwd
}
{
dl_catch_exception_suppressions
Memcheck:Leak
...
fun:_dl_catch_exception
...
}
{
dl_catch_exception_suppressions_addr8
Memcheck:Addr8
...
fun:_dl_catch_exception
...
}
{
dlopen_malloc-suppressions
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:_dl_open
...
}
{
_dl_init_suppressions
Memcheck:Leak
match-leak-kinds: reachable
fun:_Znwm
...
fun:_dl_init
}
{
glfwInit_suppressions
Memcheck:Leak
match-leak-kinds: reachable
...
fun:glfwInit
...
}
{
_XOpenLC_suppressions
Memcheck:Leak
match-leak-kinds: reachable
...
fun:_XOpenLC
...
}