Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / amd64-freebsd / reallocarray.stderr.exp
blob2550709ab6ebd09fcc48e6a245a9c26ecd1bc34a
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........: reallocarray (vg_replace_malloc.c:...)
15    by 0x........: main (reallocarray.c:13)
16  Address 0x........ is 0 bytes inside a block of size 40 alloc'd
17    at 0x........: reallocarray (vg_replace_malloc.c:...)
18    by 0x........: main (reallocarray.c:11)
20 LEAK SUMMARY:
21    definitely lost: 0 (+0) bytes in 0 (+0) blocks
22    indirectly lost: 0 (+0) bytes in 0 (+0) blocks
23      possibly lost: 0 (+0) bytes in 0 (+0) blocks
24    still reachable: 1 (-39) bytes in 1 (+0) blocks
25         suppressed: 0 (+0) bytes in 0 (+0) blocks
26 Reachable blocks (those to which a pointer was found) are not shown.
27 To see them, rerun with: --leak-check=full --show-leak-kinds=all
29 realloc() with size 0
30    at 0x........: reallocarray (vg_replace_malloc.c:...)
31    by 0x........: main (reallocarray.c:15)
32  Address 0x........ is 0 bytes inside a block of size 1 alloc'd
33    at 0x........: reallocarray (vg_replace_malloc.c:...)
34    by 0x........: main (reallocarray.c:13)
36 All heap blocks were freed -- no leaks are possible
38 LEAK SUMMARY:
39    definitely lost: 0 (+0) bytes in 0 (+0) blocks
40    indirectly lost: 0 (+0) bytes in 0 (+0) blocks
41      possibly lost: 0 (+0) bytes in 0 (+0) blocks
42    still reachable: 40 (+39) bytes in 1 (+0) blocks
43         suppressed: 0 (+0) bytes in 0 (+0) blocks
44 Reachable blocks (those to which a pointer was found) are not shown.
45 To see them, rerun with: --leak-check=full --show-leak-kinds=all
47 All heap blocks were freed -- no leaks are possible
49 All heap blocks were freed -- no leaks are possible
52 HEAP SUMMARY:
53     in use at exit: 0 bytes in 0 blocks
54   total heap usage: 5 allocs, 5 frees, 562,949,953,421,394 bytes allocated
56 For a detailed leak analysis, rerun with: --leak-check=full
58 For lists of detected and suppressed errors, rerun with: -s
59 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)