I\'m debugging a Winforms application for a memory leak. In the dump file provided by the customer there is a large discrepancy between the unknown memory usage and the .NET
Memory that is reported as <unknown>
by WinDbg is memory that was allocated via VirtualAlloc(). Some commonly known sources are:
VirtualAlloc()
calls in your code