We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From [email protected] on December 10, 2010 17:34:49
PR 626079
split from PR 622253:
drmem reports fewer leaked bytes than Memcheck! 3 unique, 3 total, 28 byte(s) of leak(s) 21 still-reachable allocation(s) Error #1: LEAK 24 direct bytes 0x08af49d8-0x08af49f0 + 4 indirect bytes Error #2: LEAK 0 direct bytes 0x08af2370-0x08af2370 + 0 indirect bytes Error #3: LEAK 0 direct bytes 0x08b26f98-0x08b26f98 + 0 indirect bytes
#1
#2
#3
memcheck reports: ==18821== LEAK SUMMARY: ==18821== definitely lost: 192 bytes in 10 blocks ==18821== indirectly lost: 1,585 bytes in 114 blocks ==18821== possibly lost: 0 bytes in 0 blocks ==18821== still reachable: 221 bytes in 16 blocks
Original issue: http://code.google.com/p/drmemory/issues/detail?id=88
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From [email protected] on December 10, 2010 17:34:49
PR 626079
split from PR 622253:
drmem reports fewer leaked bytes than Memcheck!
3 unique, 3 total, 28 byte(s) of leak(s)
21 still-reachable allocation(s)
Error
#1
: LEAK 24 direct bytes 0x08af49d8-0x08af49f0 + 4 indirect bytesError
#2
: LEAK 0 direct bytes 0x08af2370-0x08af2370 + 0 indirect bytesError
#3
: LEAK 0 direct bytes 0x08b26f98-0x08b26f98 + 0 indirect bytesmemcheck reports:
==18821== LEAK SUMMARY:
==18821== definitely lost: 192 bytes in 10 blocks
==18821== indirectly lost: 1,585 bytes in 114 blocks
==18821== possibly lost: 0 bytes in 0 blocks
==18821== still reachable: 221 bytes in 16 blocks
Original issue: http://code.google.com/p/drmemory/issues/detail?id=88
The text was updated successfully, but these errors were encountered: