GEOS SDK Documentation: Memory Management

Up: GEOS SDK TechDocs

The following documents are language references.

Memory Management
Allocating and managing heap memory blocks.
Local Memory
Subdividing a memory block into smaller chunks.
Memory Levels
The Nokia 9000i Communicator's Foam library provides API for detecting and warning of low memory levels.
GEOS Programming
@chunk and other keywords allow a program to statically declare chunks of memory within resources.
Virtual Memory
The VM routines allow you to use disk memory as you would a heap block; these routines are used for file manipulation.
DB Routines
Provide an API for storing many small pieces of data in a VM file.
Handles
Low-level API for grabbing and releasing handles.
Machine Architecture
The x86 segmented memory architecture.

Up: GEOS SDK TechDocs