I have a memory leak in my application and I want to find it of course..

What is the way to track the memory of the current process in VB? I mean, I do have API functions to get the amount of free memory, but that implies other applications and services doesn't eat memory when I'm testing...

Thank you!