Previous topic | Next topic | Ada Home Page | Index

Run-time storage

We saw before that activation frames for running procedures are stored in a stack.

Dynamically allocated memory is stored elsewhere in memory, in an area called the heap.

The system records whether memory in the heap space is allocated or not.

The system updates this record when space is dynamically allocated or deallocated.


Previous topic | Next topic | Ada Home Page | Index
c-lokan@adfa.oz.au / 27 Feb 96