toink Newbie

Joined: 07 Jan 2007 Posts: 2
|
Posted: Sun Jan 07, 2007 3:25 pm Post subject: re: memory leaks |
|
|
Yes there is tool for this Valgrind (http://valgrind.org/).
Its opensource under GNU GPL licence and run on linux
Valgrind distribution currently includes four tools: a memory error detector, a cache (time) profiler, a call-graph profiler, and a heap (space) profiler. It runs on the following platforms: X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux. |
|