If you are up for some deep required reading on Windows Mobile (WM) memory management, below are links to two excellent articles. Included is a great explanation of the complex virtual memory management that takes place with WM apps and how in some ways managed coded does a better job of handling the limited resources available to your applications.

Slaying the Virtual Memory Monster
http://blogs.msdn.com/hegenderfer/archive/2007/08/31/slaying-the-virtual-memory-monster.aspx

The Design of the .Net Compact Framework CLR, Part 1: Overview and Background
http://blogs.msdn.com/stevenpr/archive/2005/12/12/502908.aspx

 

 

Comments are closed.