Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Memory Leak Finder

Memory Leak Finder

Scheduled Pinned Locked Moved C / C++ / MFC
c++collaborationbeta-testingtoolsperformance
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    James Pullicino
    wrote on last edited by
    #1

    I am looking for a tool to aid our development and QA team find memory leaks. Right now we use Perfmon to monitor Private Bytes of application but we are ready to invest in a more advanced tool. Can anyone suggest some tools for me to research? Environment is VC6 on W2k and higher. Applications range from services to GUI apps. We use STL, MFC and other 3rd Party libraries. Thanks!

    R A 2 Replies Last reply
    0
    • J James Pullicino

      I am looking for a tool to aid our development and QA team find memory leaks. Right now we use Perfmon to monitor Private Bytes of application but we are ready to invest in a more advanced tool. Can anyone suggest some tools for me to research? Environment is VC6 on W2k and higher. Applications range from services to GUI apps. We use STL, MFC and other 3rd Party libraries. Thanks!

      R Offline
      R Offline
      Rickard Andersson20
      wrote on last edited by
      #2

      Commerical? Check this out: Compuware Boundschecker Rickard Andersson Here is my card, contact me later! UIN: 50302279 Sonork: 37318

      1 Reply Last reply
      0
      • J James Pullicino

        I am looking for a tool to aid our development and QA team find memory leaks. Right now we use Perfmon to monitor Private Bytes of application but we are ready to invest in a more advanced tool. Can anyone suggest some tools for me to research? Environment is VC6 on W2k and higher. Applications range from services to GUI apps. We use STL, MFC and other 3rd Party libraries. Thanks!

        A Offline
        A Offline
        Alexander M
        wrote on last edited by
        #3

        to find memory leaks is the easiest possible thing. just create own new/delete, malloc/free, ... functions and add an item to a list when something is allocated and delete the item when there is a free call. so when the app will be closed, you can dump all the remaining items(leaks). Don't try it, just do it! ;-)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups