|
-
August 8th, 2009, 12:27 PM
#1
How to trace memory leaks
Hi,
I'm having some problems with detecting the cause of memory leaks in my code.
The problem here is that at the end of a debug I get a memory dump of all detected leaks, but line in the code where the memory was assigned is not provided.
So for example a dump will look like this:
Detected memory leaks!
Dumping objects ->
{78} normal block at 0x001910D0, 32 bytes long.
Data: < > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Object dump complete.
The thread 0x1158 has exited with code 0 (0x0).
The program 'C:\SOFTWARE\memoryleaks\Debug\memoryleaks.exe' has exited with code 0 (0x0).
But not the location in the code.
Is there some way of getting this information?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|