On Tue, 1 Oct 2002 [EMAIL PROTECTED] wrote:
> You can use the C++ garbage collector > (http://www.hpl.hp.com/personal/Hans_Boehm/gc/) as a leak detector. > It's free and compiles for most platforms including win32. but it works with some (quite simplistic) heuristics - which might make it think that some memroy cell is reachale, while it is not - at least according to what i read about it (or a similar tool). you can't easily beat a tool that does full code instrumentation in that area. it possibly _will_ catch various memory leaks though. -- guy "For world domination - press 1, or dial 0, and please hold, for the creator." -- nob o. dy -------------------------------------------------------------------------- Haifa Linux Club Mailing List (http://www.haifux.org) To unsub send an empty message to [EMAIL PROTECTED]
