I'm usign AppVerifier in order to detect leks in my code and I got next info in my debug output.
Code:
VERIFIER STOP 0000000000000900: pid 0x1350: A heap allocation was leaked. 

	000000003D41FFC0 : Address of the leaked allocation. Run !heap -p -a <address> to get additional information about the allocation.
	00000000003E90E0 : Address to the allocation stack trace. Run dps <address> to view the allocation stack.
	000000000D1CDFE4 : Address of the owner dll name. Run du <address> to read the dll name.
	0000000180000000 : Base of the owner dll. Run .reload <dll_name> = <address> to reload the owner dll. Use 'lm' to get more information about the loaded and unloaded modules.
I don't understand how can I use this commands parameters (which app should I pass this parameters). I generated a dump file, too.