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.