Viper187 Posted September 12, 2006 Posted September 12, 2006 How do you determine how much memory a process is using so you can dump it all?
LLXX Posted September 13, 2006 Posted September 13, 2006 There's always the "keep reading until you get an error" method... Otherwise you can look at the following API:GetProcessWorkingSetSizeGetProcessHeapGetProcessHeapsVirtualQueryVirtualQueryEx <- recommended
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now