Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / amd64-freebsd / reallocf.stderr.exp
blob4ec2f2ef019369c4a26fc9b3bc0347e9fade9a3e
2 All heap blocks were freed -- no leaks are possible
4 LEAK SUMMARY:
5    definitely lost: 0 (+0) bytes in 0 (+0) blocks
6    indirectly lost: 0 (+0) bytes in 0 (+0) blocks
7      possibly lost: 0 (+0) bytes in 0 (+0) blocks
8    still reachable: 40 (+40) bytes in 1 (+1) blocks
9         suppressed: 0 (+0) bytes in 0 (+0) blocks
10 Reachable blocks (those to which a pointer was found) are not shown.
11 To see them, rerun with: --leak-check=full --show-leak-kinds=all
13 realloc() with size 0
14    at 0x........: reallocf (vg_replace_malloc.c:...)
15    by 0x........: main (reallocf.c:12)
16  Address 0x........ is 0 bytes inside a block of size 40 alloc'd
17    at 0x........: reallocf (vg_replace_malloc.c:...)
18    by 0x........: main (reallocf.c:10)
20 All heap blocks were freed -- no leaks are possible
22 LEAK SUMMARY:
23    definitely lost: 0 (+0) bytes in 0 (+0) blocks
24    indirectly lost: 0 (+0) bytes in 0 (+0) blocks
25      possibly lost: 0 (+0) bytes in 0 (+0) blocks
26    still reachable: 40 (+0) bytes in 1 (+0) blocks
27         suppressed: 0 (+0) bytes in 0 (+0) blocks
28 Reachable blocks (those to which a pointer was found) are not shown.
29 To see them, rerun with: --leak-check=full --show-leak-kinds=all
31 All heap blocks were freed -- no leaks are possible
34 HEAP SUMMARY:
35     in use at exit: 0 bytes in 0 blocks
36   total heap usage: 4 allocs, 4 frees, 562,949,953,421,393 bytes allocated
38 For a detailed leak analysis, rerun with: --leak-check=full
40 For lists of detected and suppressed errors, rerun with: -s
41 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)