In Windbg, you can use !heap Heap to check the !heap 's internal memory . The GC (managed) heap is not related to using the heap of native code, although at some level my assumption is that the managed heap should map (inside the CLR) to one or more native heaps.
SoS is used exclusively for debugging managed code. WinDbg is, first of all, a tool for debugging native code.
umdh.exe may also be useful, although I have not tried this in a mixed-mode application.
source share