\"\" \"\" \"\"
Go up to Pointers
Go forward to Definition
RISC-Linz logo

Representation

 

A pointer of type Pointer<T> is represented as follows:

The memory block is prefixed by one word that holds the size of the block. The size of the memory block is thus the sum of the sizes of one integer word and of a T object. The size of Pointer<T> is the pointer size of the machine.
Author: Wolfgang Schreiner
Last Modification: April 12, 1997