1 Mismatched free
() / delete / delete []
2 at
0x........
: ...operator
delete...
(vg_replace_malloc.c
:...
)
3 by
0x........
: main
(mismatches.cpp
:6)
4 Address
0x........ is
0 bytes inside a block of size
10 alloc
'd
5 at 0x........: malloc (vg_replace_malloc.c:...)
6 by 0x........: main (mismatches.cpp:5)
8 Mismatched free() / delete / delete []
9 at 0x........: ...operator delete[]... (vg_replace_malloc.c:...)
10 by 0x........: main (mismatches.cpp:8)
11 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
12 at
0x........
: malloc
(vg_replace_malloc.c
:...
)
13 by
0x........
: main
(mismatches.cpp
:7)
15 Mismatched free
() / delete / delete []
16 at
0x........
: ...operator
delete...
(vg_replace_malloc.c
:...
)
17 by
0x........
: main
(mismatches.cpp
:13)
18 Address
0x........ is
0 bytes inside a block of size
40 alloc
'd
19 at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
20 by 0x........: main (mismatches.cpp:12)
22 Mismatched free() / delete / delete []
23 at 0x........: free (vg_replace_malloc.c:...)
24 by 0x........: main (mismatches.cpp:15)
25 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
26 at
0x........
: ...operator new
[]...
(vg_replace_malloc.c
:...
)
27 by
0x........
: main
(mismatches.cpp
:14)
29 Mismatched free
() / delete / delete []
30 at
0x........
: ...operator
delete[]...
(vg_replace_malloc.c
:...
)
31 by
0x........
: main
(mismatches.cpp
:20)
32 Address
0x........ is
0 bytes inside a block of size
4 alloc
'd
33 at 0x........: ...operator new... (vg_replace_malloc.c:...)
34 by 0x........: main (mismatches.cpp:19)
36 Mismatched free() / delete / delete []
37 at 0x........: free (vg_replace_malloc.c:...)
38 by 0x........: main (mismatches.cpp:22)
39 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
40 at
0x........
: ...operator new...
(vg_replace_malloc.c
:...
)
41 by
0x........
: main
(mismatches.cpp
:21)