API Monitor is a Windows program that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.

Valgrind is described as 'Instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools' and is an app in the development category. There are nine alternatives to Valgrind for a variety of platforms, including Linux, Windows, Mac, FreeBSD and BSD apps. The best Valgrind alternative is API Monitor, which is free. Other great apps like Valgrind are lurk, Dr. Memory, Deleaker and KCacheGrind.
API Monitor is a Windows program that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.

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...
Deleaker is a standalone application and a useful extension for Visual Studio, RAD Studio (Delphi / C++ Builder), and Qt Creator, that helps you to analyze programming errors, many of which are unique to C++, Delphi and .Net. Deleaker is a great tool for C++, Delphi and .



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.








Valgrind is a memory debugger, API monitor is an api monitor. Different things entirely.