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
Post a Comment