Using Windbg, we can find some info about an !address. One of the info us Usage.
What is the difference between: RegionUsageIsVAD, or RegionUsageHeap.
Using Windbg, we can find some info about an !address . One of the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please check out this article which describes those stats. Basically,
RegionUsageIsVADis details about virtual memory allocations. WhilstRegionUsageHeapis information about allocations in the heap.