AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
October 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.10.25 08:48 "Newbie Question on Memory Usage within LibTiff", by Amarnath S
2006.10.25 09:21 "Re: Newbie Question on Memory Usage within LibTiff", by Joris Van Damme
2006.10.25 15:33 "Re: Newbie Question on Memory Usage within LibTiff", by Edward Lam
2006.10.25 11:49 "Re: Newbie Question on Memory Usage within LibTiff", by Gerben Vos
2006.10.25 16:00 "Re: Newbie Question on Memory Usage within LibTiff", by Bob Friesenhahn

2006.10.25 15:33 "Re: Newbie Question on Memory Usage within LibTiff", by Edward Lam

Joris wrote:
> The Windows Task Manager is a completely unreliable way to measure this.

However, if you're using tif_unix.c on Windows (and a debug build), you might be 
able to accurately detect leaks using _CrtMemDifference() and friends via 
crtdbg.h. See:
http://msdn2.microsoft.com/en-us/library/k4htzb06.aspx

-Edward