Memory Leaks in C++ Code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CodeTilYaDrop
    New Member
    • Aug 2007
    • 66

    #1

    Memory Leaks in C++ Code

    Is there any software out there that someone can recommend for memory leaks in C++ code. I prefer something easy to use and free if possible. - CTYD
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by CodeTilYaDrop
    Is there any software out there that someone can recommend for memory leaks in C++ code. I prefer something easy to use and free if possible. - CTYD

    you can try Rational Purify.It comes with 15 days evaluation
    Also try to use Valgrind.
    I think it is open source

    Raghuram

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      There's also BoundsChecker.

      Comment

      • CodeTilYaDrop
        New Member
        • Aug 2007
        • 66

        #4
        I appreciate all the responses!! I looked into Valgrind. It is for a linix based system. I use a Windows version (Dev C++). Then, I could not download the other one mentioned with Valgrind. Next, I tried the BoundChecker, and it is only for Visual C++ (microsoft version I believe). Do you know of any more to try? - CTYD

        Comment

        • gpraghuram
          Recognized Expert Top Contributor
          • Mar 2007
          • 1275

          #5
          Originally posted by CodeTilYaDrop
          I appreciate all the responses!! I looked into Valgrind. It is for a linix based system. I use a Windows version (Dev C++). Then, I could not download the other one mentioned with Valgrind. Next, I tried the BoundChecker, and it is only for Visual C++ (microsoft version I believe). Do you know of any more to try? - CTYD

          I think you can try purify which supports the compilers and it runs in windows also.
          It comes with 15 days evaluation version

          Raghuram

          Comment

          Working...