Advice Troubleshooting Memory Leaks Using PInvoke
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have made an application in C# that uses a lot of PInvokes to the Win32 that create shared memory using VirtualAllocEx and more. I have a pretty bad memory leak now. Surprise! I have no experience dealing with this problem. What is the best way to find memory leaks in NET? Or do i simply try random things and cross my fingers?
-
I have made an application in C# that uses a lot of PInvokes to the Win32 that create shared memory using VirtualAllocEx and more. I have a pretty bad memory leak now. Surprise! I have no experience dealing with this problem. What is the best way to find memory leaks in NET? Or do i simply try random things and cross my fingers?