Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / mismatches.stderr.exp2
blobf663c22104be42a2b6fc20b9480899ac07bb8050
1 Mismatched new/delete size value: 4
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:6)
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:5)
15 Mismatched free() / delete / delete []
16    at 0x........: ...operator delete[]... (vg_replace_malloc.c:...)
17    by 0x........: main (mismatches.cpp:8)
18  Address 0x........ is 0 bytes inside a block of size 10 alloc'd
19    at 0x........: malloc (vg_replace_malloc.c:...)
20    by 0x........: main (mismatches.cpp:7)
22 Mismatched new/delete size value: 4
23    at 0x........: ...operator delete... (vg_replace_malloc.c:...)
24    by 0x........: main (mismatches.cpp:13)
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:12)
29 Mismatched free() / delete / delete []
30    at 0x........: ...operator delete... (vg_replace_malloc.c:...)
31    by 0x........: main (mismatches.cpp:13)
32  Address 0x........ is 0 bytes inside a block of size 40 alloc'd
33    at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
34    by 0x........: main (mismatches.cpp:12)
36 Mismatched free() / delete / delete []
37    at 0x........: free (vg_replace_malloc.c:...)
38    by 0x........: main (mismatches.cpp:15)
39  Address 0x........ is 0 bytes inside a block of size 40 alloc'd
40    at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
41    by 0x........: main (mismatches.cpp:14)
43 Mismatched free() / delete / delete []
44    at 0x........: ...operator delete[]... (vg_replace_malloc.c:...)
45    by 0x........: main (mismatches.cpp:20)
46  Address 0x........ is 0 bytes inside a block of size 4 alloc'd
47    at 0x........: ...operator new... (vg_replace_malloc.c:...)
48    by 0x........: main (mismatches.cpp:19)
50 Mismatched free() / delete / delete []
51    at 0x........: free (vg_replace_malloc.c:...)
52    by 0x........: main (mismatches.cpp:22)
53  Address 0x........ is 0 bytes inside a block of size 4 alloc'd
54    at 0x........: ...operator new... (vg_replace_malloc.c:...)
55    by 0x........: main (mismatches.cpp:21)