Chapter 9 Viewing the Heap: Heap Walker

Microsoft Windows Heap Walker (HEAPWALK.EXE) lets you examine the global heap (the system memory that the Microsoft Windows operating system uses) and local heaps used by active applications and dynamic-link libraries (DLLs) in your Windows system. Heap Walker is useful for analyzing the effects your application has when it allocates memory from the global heap or when it creates user interface objects or graphics objects.