fork download
  1. HEAP SUMMARY:
  2. ==3754== in use at exit: 24 bytes in 2 blocks
  3. ==3754== total heap usage: 6 allocs, 4 frees, 72 bytes allocated
  4. ==3754==
  5. ==3754== 12 bytes in 1 blocks are indirectly lost in loss record 1 of 2
  6. ==3754== at 0x4025BD3: malloc (vg_replace_malloc.c:236)
  7. ==3754== by 0x8048435: BSTmake (bst.c:6)
  8. ==3754== by 0x80486E2: main (bstui.c:24)
  9. ==3754==
  10. ==3754== 24 (12 direct, 12 indirect) bytes in 1 blocks are definitely lost in loss record 2 of 2
  11. ==3754== at 0x4025BD3: malloc (vg_replace_malloc.c:236)
  12. ==3754== by 0x8048435: BSTmake (bst.c:6)
  13. ==3754== by 0x8048714: main (bstui.c:24)
  14. ==3754==
  15. ==3754== LEAK SUMMARY:
  16. ==3754== definitely lost: 12 bytes in 1 blocks
  17. ==3754== indirectly lost: 12 bytes in 1 blocks
  18. ==3754== possibly lost: 0 bytes in 0 blocks
  19. ==3754== still reachable: 0 bytes in 0 blocks
  20. ==3754== suppressed: 0 bytes in 0 blocks
  21. ==3754==
  22. ==3754== For counts of detected and suppressed errors, rerun with: -v
  23. ==3754== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 11 from 6)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1: error: ‘HEAP’ does not name a type
stdout
Standard output is empty