Search results

  1. G

    Memory leak test tools on MacOSX

    YAMD is Yet Another Malloc Debugger. It's a package for finding dynamic allocation related bugs in C and C++. It currently runs on Linux/x86 and DJGPP. The current version is 0.32. Here is the download URL: http://www.cs.hmc.edu/~nate/yamd/yamd-0.32.tar.gz It's viable porting to Mac ?
  2. G

    Memory leak test tools on MacOSX

    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...
  3. G

    Memory leak test tools on MacOSX

    :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!
Back
Top