regtest: fix compiler warnings with clang 16
[valgrind.git] / memcheck / tests / realloc_size_zero_mismatch.stderr.exp
blob141ab8b7ad3167587dda799b3c887f30eba8d629
1 realloc() with size 0
2 at 0x........: realloc (vg_replace_malloc.c:...)
3 by 0x........: main (realloc_size_zero_mismatch.cpp:16)
4 Address 0x........ is 0 bytes inside a block of size 1,024 alloc'd
5 at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
6 by 0x........: main (realloc_size_zero_mismatch.cpp:12)
8 Mismatched free() / delete / delete []
9 at 0x........: realloc (vg_replace_malloc.c:...)
10 by 0x........: main (realloc_size_zero_mismatch.cpp:16)
11 Address 0x........ is 0 bytes inside a block of size 1,024 alloc'd
12 at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
13 by 0x........: main (realloc_size_zero_mismatch.cpp:12)
15 Mismatched free() / delete / delete []
16 at 0x........: ...operator delete[]... (vg_replace_malloc.c:...)
17 by 0x........: main (realloc_size_zero_mismatch.cpp:26)
18 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
19 at 0x........: realloc (vg_replace_malloc.c:...)
20 by 0x........: main (realloc_size_zero_mismatch.cpp:16)
22 Mismatched free() / delete / delete []
23 at 0x........: ...operator delete[]... (vg_replace_malloc.c:...)
24 by 0x........: main (realloc_size_zero_mismatch.cpp:41)
25 Address 0x........ is 0 bytes after a block of size 0 alloc'd
26 at 0x........: realloc (vg_replace_malloc.c:...)
27 by 0x........: main (realloc_size_zero_mismatch.cpp:31)