Advertisement
Guest User

Untitled

a guest
Oct 27th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.97 KB | None | 0 0
  1. ==17928== HEAP SUMMARY:
  2. ==17928==     in use at exit: 92 bytes in 2 blocks
  3. ==17928==   total heap usage: 2 allocs, 0 frees, 92 bytes allocated
  4. ==17928==
  5. ==17928== 4 bytes in 1 blocks are definitely lost in loss record 1 of 2
  6. ==17928==    at 0x100010DB4: operator new(unsigned long) (vg_replace_malloc.c:261)
  7. ==17928==    by 0x100000F0D: main (in /Users/mahesh/Desktop/memLeaks)
  8. ==17928==
  9. ==17928== LEAK SUMMARY:
  10. ==17928==    definitely lost: 4 bytes in 1 blocks
  11. ==17928==    indirectly lost: 0 bytes in 0 blocks
  12. ==17928==      possibly lost: 0 bytes in 0 blocks
  13. ==17928==    still reachable: 88 bytes in 1 blocks
  14. ==17928==         suppressed: 0 bytes in 0 blocks
  15. ==17928== Reachable blocks (those to which a pointer was found) are not shown.
  16. ==17928== To see them, rerun with: --leak-check=full --show-reachable=yes
  17. ==17928==
  18. ==17928== For counts of detected and suppressed errors, rerun with: -v
  19. ==17928== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement