process memory leak in .net unmanaged memory

Questions about YourKit .NET Profiler
Locked
sandeepprasai
Posts: 1
Joined: Mon Mar 17, 2014 6:25 pm

process memory leak in .net unmanaged memory

Post by sandeepprasai »

I have a .net application. There is a memory leak in process memory. I have eliminated CLR/managed and class leak. Can yourkit show me what objects are occupying the unmanaged memory to trace it back to the class/code, ex. strings in object etc
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: process memory leak in .net unmanaged memory

Post by Anton Katilin »

Unfortunately, unmanaged memory objects cannot be profiled.
Locked