Virtual Memory: 3 Using Virtual Memory

Up: GEOS SDK TechDocs | Up | Down | Prev: 2 VM Structure | Next: 4 VM Chains

The most common way applications will use Virtual Memory is for their data files. However, there are other uses; for example, VM provides a convenient way to maintain working memory. Some data structures (such as Huge Arrays) can only exist in VM files; an application may create a temporary VM file just for these structures.


Up: GEOS SDK TechDocs | Up | Down | Prev: 2 VM Structure | Next: 4 VM Chains