Memory leak test tools on MacOSX

GetFocus

Registered
:confused:

Hi, All
Thanks for your reading.

Now. I need a memory leak test tool.
There is a tool named MallocDebug. But it's not fit for me.

Does someone know YAMD or Valgrid on linux ?
I need a tool like this.
Please give some advice. Thanks!
 
I've never used YAMD or Valgrind. In what way is MallodDebug not suitable? Perhaps we can find another tool that does what you need?
 
My project is very big. If i use MallocDebug, it's very slow.
------------------------------------------------
Reason:
MallocDebug does not require prior instrumentation of the program—that is, you don’t need to link with special libraries or call special functions. Instead, MallocDebug launches your application using its own instrumented version of the malloc library calls.
-----------------------------------------------
I think the runtime solution caused slow. So. i need a prior instrumentation to link. YAMD and Valgrid are prior instrumentation.
 
I'm afraid I don't know of any tool like that for Mac OS X. Intel announced a while back that they were releasing their VTune tools for the Mac, but I can't find a link to it on their site.
 
Back
Top