CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2011
    Posts
    21

    Programs for find memory leaks

    Often use different programs that help find memory leaks. But they spend a lot of resources than the impact on system performance. Who can advise something more effective?

  2. #2
    Join Date
    Jan 2012
    Location
    Belleville, Michigan, USA
    Posts
    13

    Re: Programs for find memory leaks

    You want accuracy, or useful information when you're done with the run, it generally costs a lot of CPU cycles.

    I speak from experience: I am one of the developers currently employed maintaining BoundsChecker, now a Micro Focus product.

    That said, at some point we may come up with a super light weight tool for quick leak testing.

  3. #3
    Join Date
    Nov 2011
    Posts
    21

    Re: Programs for find memory leaks

    I have not found an answer that satisfied me. I am in search until this moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured