Re: Memory Leak Issue
- From: Stephen Kellett <snail@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 21 Aug 2006 11:04:52 +0100
In message <#10FyzOxGHA.3936@xxxxxxxxxxxxxxxxxxxx>, Oleg Starodumov <com-dot-debuginfo-at-oleg@?.?.invalid> writes
Btw, I heard that Memory Validator can only work with applications linked with
DLL version of CRT. Is it true?
Yes, if you want to track CRT allocations. You can still track everything else though (other Win32 memory allocators, 3rd party memory allocators, handle allocations, etc).
There is no IAT in statically linked apps, thus nothing to hook into.
Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
.
- Follow-Ups:
- Re: Memory Leak Issue
- From: Oleg Starodumov
- Re: Memory Leak Issue
- References:
- Memory Leak Issue
- From: MiTz
- Re: Memory Leak Issue
- From: Oleg Starodumov
- Re: Memory Leak Issue
- From: MiTz
- Re: Memory Leak Issue
- From: Oleg Starodumov
- Re: Memory Leak Issue
- From: Stephen Kellett
- Re: Memory Leak Issue
- From: Oleg Starodumov
- Memory Leak Issue
- Prev by Date: Reading debuginfo from pdb.
- Next by Date: Re: Memory Leak Issue
- Previous by thread: Re: Memory Leak Issue
- Next by thread: Re: Memory Leak Issue
- Index(es):
Relevant Pages
|