Next: Hash TablesJump Up: Integrating Abstract Machines: Previous: Integrating Abstract Machines:

Memory Organization

In the GAMA, only one memory area for all abstract machines exists: the general purpose memory Memory. This memory is managed via a free list which contains all areas in Memory which are currently unused. Memory can be allocated and deallocated with the following functions:

Memory cells can be accessed with the following functions:


Harold Boley & Michael Sintek (sintek@dfki.uni-kl.de)