RE: memory checking
"Ivan-Assen Ivanov" <[email protected]>
| Newsgroups | gmane.games.devel.general |
|---|---|
| Message-ID | <[email protected]> |
> 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. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Gamedevlists-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gamedevlists-general Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=557