Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ rws — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

SYSCALLS/RWS - read/write storage allocator             1985/04/30


Include files:

     Fortran:    /sys/ins/rws.ins.ftn
     Pascal:     /sys/ins/rws.ins.pas


Procedures and Functions:

    RWS_$ALLOC (nbytes, pointer)
        Allocates read/write storage for FORTRAN or Pascal programs.

    pointer = RWS_$ALLOC_HEAP (nbytes)
        Allocates heap storage for programs.

    pointer = RWS_$ALLOC_RW (nbytes)
        Allocates read/write storage for Pascal programs.

    RWS_$RELEASE_HEAP (pointer, status)
        Releases storage allocated using the RWS_$ALLOC_HEAP call.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026