1 2All heap blocks were freed -- no leaks are possible 3 4expecting no leaks 5LEAK SUMMARY: 6 definitely lost: 0 bytes in 0 blocks 7 indirectly lost: 0 bytes in 0 blocks 8 possibly lost: 0 bytes in 0 blocks 9 still reachable: 41,000 bytes in 2 blocks 10 suppressed: 0 bytes in 0 blocks 11Reachable blocks (those to which a pointer was found) are not shown. 12To see them, rerun with: --leak-check=full --show-leak-kinds=all 13 14expecting a leak 151,000 bytes in 1 blocks are definitely lost in loss record ... of ... 16 at 0x........: malloc (vg_replace_malloc.c:...) 17 by 0x........: f (leak-segv-jmp.c:223) 18 by 0x........: main (leak-segv-jmp.c:286) 19 20LEAK SUMMARY: 21 definitely lost: 1,000 bytes in 1 blocks 22 indirectly lost: 0 bytes in 0 blocks 23 possibly lost: 0 bytes in 0 blocks 24 still reachable: 40,000 bytes in 1 blocks 25 suppressed: 0 bytes in 0 blocks 26Reachable blocks (those to which a pointer was found) are not shown. 27To see them, rerun with: --leak-check=full --show-leak-kinds=all 28 29mprotect result 0 30expecting a leak again 311,000 bytes in 1 blocks are definitely lost in loss record ... of ... 32 at 0x........: malloc (vg_replace_malloc.c:...) 33 by 0x........: f (leak-segv-jmp.c:223) 34 by 0x........: main (leak-segv-jmp.c:286) 35 36LEAK SUMMARY: 37 definitely lost: 1,000 bytes in 1 blocks 38 indirectly lost: 0 bytes in 0 blocks 39 possibly lost: 0 bytes in 0 blocks 40 still reachable: 40,000 bytes in 1 blocks 41 suppressed: 0 bytes in 0 blocks 42Reachable blocks (those to which a pointer was found) are not shown. 43To see them, rerun with: --leak-check=full --show-leak-kinds=all 44 45full mprotect result 0 46expecting a leak again after full mprotect 471,000 bytes in 1 blocks are definitely lost in loss record ... of ... 48 at 0x........: malloc (vg_replace_malloc.c:...) 49 by 0x........: f (leak-segv-jmp.c:223) 50 by 0x........: main (leak-segv-jmp.c:286) 51 52LEAK SUMMARY: 53 definitely lost: 1,000 bytes in 1 blocks 54 indirectly lost: 0 bytes in 0 blocks 55 possibly lost: 0 bytes in 0 blocks 56 still reachable: 40,000 bytes in 1 blocks 57 suppressed: 0 bytes in 0 blocks 58Reachable blocks (those to which a pointer was found) are not shown. 59To see them, rerun with: --leak-check=full --show-leak-kinds=all 60 61finished 62LEAK SUMMARY: 63 definitely lost: 1,000 bytes in 1 blocks 64 indirectly lost: 0 bytes in 0 blocks 65 possibly lost: 0 bytes in 0 blocks 66 still reachable: 40,000 bytes in 1 blocks 67 suppressed: 0 bytes in 0 blocks 68Rerun with --leak-check=full to see details of leaked memory 69 70leaked: 1000 bytes in 1 blocks 71dubious: 0 bytes in 0 blocks 72reachable: 40000 bytes in 1 blocks 73suppressed: 0 bytes in 0 blocks 74 75HEAP SUMMARY: 76 in use at exit: 41,000 bytes in 2 blocks 77 total heap usage: 2 allocs, 0 frees, 41,000 bytes allocated 78 79For a detailed leak analysis, rerun with: --leak-check=full 80 81For counts of detected and suppressed errors, rerun with: -v 82ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) 83