A
Alan
Hi,
I want to know how to make certain that those unreferenced memory blocks are
reclaimed by GC after GC.Collect() is called.
By the method of GetTotalMemory, it seems all of alloctated memory is
collected correctly after that call.But the result is a lot different when I
use the System Task Manager to watch by right mouse button on the taskbar in
the desktop, the used memory is almost increasing all the time!
Any reasons?
Thanks a lot.
Alan
I want to know how to make certain that those unreferenced memory blocks are
reclaimed by GC after GC.Collect() is called.
By the method of GetTotalMemory, it seems all of alloctated memory is
collected correctly after that call.But the result is a lot different when I
use the System Task Manager to watch by right mouse button on the taskbar in
the desktop, the used memory is almost increasing all the time!
Any reasons?
Thanks a lot.
Alan