RE: [GD-General] memory checking
Brought to you by:
vexxed72
From: Ivan-Assen I. <as...@ha...> - 2004-03-05 06:25:10
|
> does anyone have any suggestions for open-source applications for > debugging memory leaks on windows? we can't afford the > license fees for > bounds checker etc unfortunately. Hi, I've seen Boehm's gargabage collector for C successfully used for leaks hunting. (ifl://boehm+garbage+collector) But of course, it won't catch overruns or random memory damages. We tried BoundsChecker once, but it was so unhappy with our own debug memory manager that it was unusable, reporting thousands of non-leaks as leaks etc. |