leak detection in c++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • whatazor

    leak detection in c++

    Hi all,
    I'm searching a library that helps to detect leaks and put it on
    stream for example.
    Is there something on the net? (croos platform if possible)

    bye
    w
  • Sebastian \psy\ Messerschmidt

    #2
    Re: leak detection in c++

    whatazor schrieb:
    Hi all,
    I'm searching a library that helps to detect leaks and put it on
    stream for example.
    Is there something on the net? (croos platform if possible)
    >
    bye
    w
    Google for: Fluid Studios Memory Manager ...

    HTH
    psy

    Comment

    • Juha Nieminen

      #3
      Re: leak detection in c++

      whatazor wrote:
      Hi all,
      I'm searching a library that helps to detect leaks and put it on
      stream for example.
      Is there something on the net? (croos platform if possible)
      Not a library, but try valgrind, which can be used for that purpose.

      Comment

      Working...