Cost / License
- Free
- Open Source (Apache-2.0)
Platforms
- Linux
There are many alternatives to Valgrind for Linux if you are looking for a replacement. The best Linux alternative is lurk, which is both free and Open Source. If that doesn't suit you, our users have ranked nine alternatives to Valgrind and seven of them are available for Linux so hopefully you can find a suitable replacement. Other interesting Linux alternatives to Valgrind are Dr. Memory, KCacheGrind, strace and Libcsdbg.
Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory...
KCachegrind is a profile data visualization tool, used to determine the most time consuming parts in the execution of a program.

strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state.


Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it, up to the section were it was handled.








strace functions at system level and helps mainly on problems with system calls.