dotMemory does not show stacks allocating objects at [AllThreadsRoot]

I'm using dotMemory to try to solve a memory leak problem. In following screenshot, the three nodes under [AllThreadsRoot] allocated only about 3% SByte array objects. My question is where were the left 97% SByte arrays allocated? Was allocation at [AllThreadsRoot]? If so, what does that mean?

0
1 comment

Hi!

Typically there are several different objects allocated and used by runtime internals and even an empty application can have something there. Usually they require just several kilobytes and should not cause issues with memory consumption.

0

Please sign in to leave a comment.