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
| {
| malloc/__emutls_get_address
| Memcheck:Leak
| match-leak-kinds: possible
| fun:malloc
| fun:__emutls_get_address
| }
| {
| malloc/__dtoa
| Memcheck:Leak
| match-leak-kinds: definite
| fun:malloc
| ...
| fun:__dtoa
| }
| {
| malloc/tlv_get_addr
| Memcheck:Leak
| match-leak-kinds: definite
| fun:malloc
| ...
| fun:tlv_get_addr
| }
| {
| malloc/__cxa_get_globals
| Memcheck:Leak
| match-leak-kinds: definite
| fun:malloc
| fun:__cxa_get_globals
| }
| {
| malloc/ImageLoader
| Memcheck:Leak
| match-leak-kinds: definite
| fun:malloc
| ...
| fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextERNS_21InitializerTimingListE
| }
| {
| malloc/fwrite
| Memcheck:Leak
| fun:malloc
| fun:__smakebuf
| fun:__swsetup
| fun:__sfvwrite
| fun:fwrite
| ...
| }
|
|