Re: [GD-General] memory checking
Brought to you by:
vexxed72
From: Brett B. <res...@ga...> - 2004-03-05 07:59:53
|
Thanks for the note Timo. I had a quick look and it is certainly = something I'll look into. The problem with it specifically is that it's = C++ and I need something in C and highly portable and endian friendly = for PS2 and GameCube. We have a build of Doug Lea's malloc = (http://gee.cs.oswego.edu/dl/) and I probably would be best served by = trying to put a memory leak debugger inside that. I'm not really = excited about switching memory managers until I can find this bug though = in case it magically disappears :) Cheers, Brett ----- Original Message -----=20 From: "Timo Heister" <ma...@ti...> To: "Brett Bibby" <gam...@li...> Sent: Friday, March 05, 2004 3:25 PM Subject: Re: [GD-General] memory checking > Hi Brett, >=20 > what about Paul Nettle's free Memory Manager: > = http://www.flipcode.com/cgi-bin/msg.cgi?showThread=3D12September2000-Pres= entingAMemoryManager&forum=3Daskmid&id=3D-1 >=20 > it is: > - free > - simple to use (just put in the files into your project and include > the header in all your files) >=20 > Timo >=20 > Brett wrote: >=20 > > I recently ran into a serious memory bug I just can't track down and = it seems it's time to get some sort of memory debugging tool. Ideally it = would be available for Win32, PS2 and GameCube and work > > with CodeWarrior, but just Windows would be acceptable. The only = tools I can find so far are BoundsChecker and Purify, but neither looks = like it will work with our CodeWarrior setup. I also tried > > just using the crtdbg funcitons, but getting the MS libs into = CodeWarrior is proving problematic. >=20 > > Does anybody know of any commercial product that might be useful? = Are there any standalone memory checkers out there? Anybody using = BoundsChecker that can comment on whether you must have Visual > > Studio or not? >=20 > > Thanks, > > Brett >=20 >=20 >=20 > ------------------------------------------------------- > 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=3D1470&alloc_id=3D3638&op=3Dcli= ck > _______________________________________________ > Gamedevlists-general mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-general > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D557 |