Re: find leak of constant size in vc6
- From: "AliR \(VC++ MVP\)" <AliR@xxxxxxxxxxxxx>
- Date: Fri, 07 Mar 2008 17:43:57 GMT
You can try this:
http://www.codeproject.com/KB/applications/visualleakdetector.aspx
I use Compuware's BoundsChecker but that costs money.
AliR.
".rhavin grobert" <clqrq@xxxxxxxx> wrote in message
news:a53317b7-a15e-4383-975e-20827f0f42d2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
i get the following message:
{3159} normal block at 0x00A77200, 128014 bytes long.
Data: < > 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00
...and i'd like to fix it. the problem is: i dont know how. im used to
click on a leak to find the corresponding new, but clicking on it does
nothing. there is no magic number 128014 resp. 0x01f40e in my code but
the size is always the same, just the position changes.
is there any way to do a runtime "show me where you (i?) allocated
128014 bytes and what pointer(s) point to it!"...?
THX, .rhavin;)
.
- References:
- find leak of constant size in vc6
- From: .rhavin grobert
- find leak of constant size in vc6
- Prev by Date: Re: Urgent urgent help..
- Next by Date: Re: Returning classes with pointers to buffers
- Previous by thread: find leak of constant size in vc6
- Next by thread: Re: find leak of constant size in vc6
- Index(es):
Relevant Pages
|