cancel
Showing results for 
Search instead for 
Did you mean: 

HeapsLocked vs. LockedHeapPages

MCMartin
Participant
2,183

After reading this question from Breck I wondered what is the difference between HeapsLocked and LockedHeapPages.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

A heap represents a set of pages used for a particular purpose, so HeapsLocked gives the number of sets that are locked. LockedHeapPages gives the total number of pages in all of the heaps that are currently locked.

Answers (0)