Unmanaged memory - "missing" modules?
troyderrick
Posts: 2
Hi
I'm using v8.2 to profile a mixed mode application, which uses both .net and unmanaged code.
The unmanaged breakdown by module is awesome, but I'm finding that the sum of the memory used by each module doesn't add up to the total unmanaged usage (or even close to it).
Unfortunately I'm finding that my leak is falling into that gap - the managed memory and memory used by the listed unmanaged modules is not leaking, but the total unmanaged memory keeps increasing.
Can you provide any insight as to what sort of things might be counted under total unmanaged memory but not in the breakdown by module?
Cheers
Troy
I'm using v8.2 to profile a mixed mode application, which uses both .net and unmanaged code.
The unmanaged breakdown by module is awesome, but I'm finding that the sum of the memory used by each module doesn't add up to the total unmanaged usage (or even close to it).
Unfortunately I'm finding that my leak is falling into that gap - the managed memory and memory used by the listed unmanaged modules is not leaking, but the total unmanaged memory keeps increasing.
Can you provide any insight as to what sort of things might be counted under total unmanaged memory but not in the breakdown by module?
Cheers
Troy
Comments