Heap layout


Document formatted by vherva at Fri Apr 24 11:23:42 1998 on the host schemestation. This document is produced by the SchemeStation project during the Tik-76.115 course.

  1. Introduction
  2. Data types
    1. Pairs
    2. Vectors
    3. Shared bit arrays
    4. Private bit arrays
    5. Booleans
    6. 64-bit signed integers
    7. 64-bit double-precision IEEE floating point numbers
    8. Procedures
    9. Extended-typed objects
  3. Heap layout
    1. Memory layout
      1. Pairs
      2. Vectors
      3. Bit arrays
      4. Booleans
      5. Procedures
    2. Linearized heaps

© SchemeStation project 1997-1998 [Back to the document index]