1
2Invalid read of size 1
3   at 0x........: main (big_blocks_freed_list.c:22)
4 Address 0x........ is 1,000 bytes inside a block of size 1,000,015 free'd
5   at 0x........: free (vg_replace_malloc.c:...)
6   by 0x........: main (big_blocks_freed_list.c:21)
7
8Invalid read of size 1
9   at 0x........: main (big_blocks_freed_list.c:23)
10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
11   at 0x........: free (vg_replace_malloc.c:...)
12   by 0x........: main (big_blocks_freed_list.c:20)
13
14Invalid read of size 1
15   at 0x........: main (big_blocks_freed_list.c:33)
16 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
17
18Invalid read of size 1
19   at 0x........: main (big_blocks_freed_list.c:34)
20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
21   at 0x........: free (vg_replace_malloc.c:...)
22   by 0x........: main (big_blocks_freed_list.c:20)
23
24Invalid read of size 1
25   at 0x........: main (big_blocks_freed_list.c:41)
26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
27   at 0x........: free (vg_replace_malloc.c:...)
28   by 0x........: main (big_blocks_freed_list.c:28)
29
30Invalid read of size 1
31   at 0x........: main (big_blocks_freed_list.c:46)
32 Address 0x........ is 10 bytes inside a block of size 1,000,015 free'd
33   at 0x........: free (vg_replace_malloc.c:...)
34   by 0x........: main (big_blocks_freed_list.c:40)
35
36Invalid read of size 1
37   at 0x........: main (big_blocks_freed_list.c:55)
38 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
39   at 0x........: free (vg_replace_malloc.c:...)
40   by 0x........: main (big_blocks_freed_list.c:28)
41
42
43HEAP SUMMARY:
44    in use at exit: 1,000,000 bytes in 100 blocks
45  total heap usage: 104 allocs, 4 frees, 3,910,030 bytes allocated
46
47For a detailed leak analysis, rerun with: --leak-check=full
48
49For counts of detected and suppressed errors, rerun with: -v
50ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
51