I have a .net project that uses C++ project and is eating a lot of memory.
I wonder if there is quick and easy way to count inflow bytes allocated by new and outflow bytes freed by delete operator. Add some logging or something.
Source code for both operator is provided by Visual Studio so I can hack it.
The problem is I can see huge VM consumption and I wanna investigate why. I tried several memory profilers but none of them can deal with unmanaged C++ allocation within .NET application