Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Memory Leak Checkers for CB/ming gcc on XP; Re-Post to the correct forum now
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Memory Leak Checkers for CB/ming gcc on XP; Re-Post to the correct forum now (Read 6537 times)
staloysius333
Guest
Memory Leak Checkers for CB/ming gcc on XP; Re-Post to the correct forum now
«
on:
October 17, 2005, 10:56:29 pm »
Sorry about folks. I posed this message to the wrong forum & it's a re-post here. Hope it doesn't cause a problem.
I need a memory leak checker for CB on XP using the mingw32 (gcc) compiler. Does anyone know of one?
Thanks!
--Allen
Logged
thomas
Administrator
Lives here!
Posts: 3979
Re: Memory Leak Checkers for CB/ming gcc on XP; Re-Post to the correct forum now
«
Reply #1 on:
October 17, 2005, 11:21:41 pm »
Most garbage collectors and custom allocators can be configured to check for memory leaks, and I think there is something built into wxWindows, too, never used that though.
Logged
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."
Michael
Lives here!
Posts: 1608
Re: Memory Leak Checkers for CB/ming gcc on XP; Re-Post to the correct forum now
«
Reply #2 on:
November 01, 2005, 11:28:56 am »
Hello,
May be this can help:
http://www.flipcode.com/articles/article_memoryleaks.shtml
http://www.embedded.com/story/OEG20020321S0021
http://wyw.dcweb.cn/leakage.htm
(from
http://www.mingw.org/MinGWiki/index.php/FAQ
)
http://www.wxwidgets.org/manuals/2.6.2/wx_debuggingoverview.html#debuggingoverview
http://www.codeproject.com/cpp/MemoryHooks.asp
http://www.codeproject.com/tools/leakfinder.asp
(other links in CodeProject can be found by searching for "Memory leaks")
Best wishes,
Michael
Logged
http://img207.imageshack.us/img207/9728/411948picture4em.png
Charon
Multiple posting newcomer
Posts: 49
fnord
Re: Memory Leak Checkers for CB/ming gcc on XP; Re-Post to the correct forum now
«
Reply #3 on:
November 01, 2005, 01:26:06 pm »
Hi
you can get a really nice one here :
http://www.flipcode.com/cgi-bin/fcarticles.cgi?show=64744
just add it to your program, read the readme.txt and voila!
if i remember right the only thing you need to change in your code is the order of includes.
good luck
Markus
Logged
hi, i am a signature virus. please copy me into your sig!
Wish list :
no root-node for workspaces, open files and symbols; world domination
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Memory Leak Checkers for CB/ming gcc on XP; Re-Post to the correct forum now