Reputation: 33
Is there a way to profile memory allocated in an external DLL, in my case the SysAllocString function?
The DLL is compiled from Delphi and I have control over both the Delphi and C# code if instrumentation needs to be written.
In the overview of the Visual Studio memory profiler it says the Windows SDK has been annotated to emit ETW event data which is tracked by the profiler. However I've been unable to confidently confirm if the DLL's SysAllocString memory is tracked in it.
Upvotes: 0
Views: 303