User-Mode Dump Heap is a debugging utility for performing analysis of heap memory allocations for a Windows process.
User-Mode Dump Heap is a debugging utility (umdh.exe) for performing analysis of heap memory allocations for a Windows process. It can be run in one of two modes:
- Analyze a running process by outputting allocation information to the console or to a log file.
- Analyze a pair of log files by comparing them, making memory leaks easier to find.
More information is available on MSDN.