runtime/src/SEQUENT/RTHeapDep.m3


Copyright (C) 1994, Digital Equipment Corp.

MODULE RTHeapDep;
VM protection is currently unimplemented on this architecture. If you wish to implement it, you might wish to use the DS3100 version as a guide.

PROCEDURE Protect (<* UNUSED *> p                 : Page;
                   <* UNUSED *> n                 : CARDINAL;
                   <* UNUSED *> readable, writable: BOOLEAN   ) =
  BEGIN
    <* ASSERT FALSE *>
  END Protect;

PROCEDURE TimeUsed (): REAL =
  BEGIN
    <* ASSERT FALSE *>
  END TimeUsed;

PROCEDURE VMFaultTime (): REAL =
  BEGIN
    <* ASSERT FALSE *>
  END VMFaultTime;

BEGIN END RTHeapDep.