memory - How are CLR GC heaps mapped to native heaps? -


for example, if see of heaps pretty big, next question (native or managed code) uses them. how can figure out native heaps (!heap -s) clr uses purpose?

the clr uses virtualalloc allocate memory segments used managed heaps. can inspect segments using !sos.eeheap -gc. !sos.dumpheap -stat show how memory managed heaps using, , types of objects consuming memory.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -