Copyright (C) 1994, Digital Equipment Corp.
MODULEVM protection is currently unimplemented on this architecture. If you wish to implement it, you might wish to use the DS3100 version as a guide.; RTHeapDep
PROCEDUREProtect (<* UNUSED *> p : Page; <* UNUSED *> n : CARDINAL; <* UNUSED *> readable, writable: BOOLEAN ) = BEGIN <* ASSERT FALSE *> END Protect; PROCEDURETimeUsed (): REAL = BEGIN <* ASSERT FALSE *> END TimeUsed; PROCEDUREVMFaultTime (): REAL = BEGIN <* ASSERT FALSE *> END VMFaultTime; BEGIN END RTHeapDep.