Hi.
I'm looking for a memory profiler which is capable of profiling unmanaged resources, i.e. resources that are allocated by managed instances, but live in native heap.
So far, I've found only one program; .Net Memory Profiler v3.0 beta.
Is anyone familiar with another solution
Thanks in advance,
Yaakov

Memory profiler recommendation
Urban Terror target
tarjan bruce
I believe the F1 profiler which ships with Visual Studio 2005 can do both managed and unmanaged memory profiling.
Hope that helps
-Chris
Zero_