DIRECTORY
Allocator USING[NHeaderP, NormalHeader, RefCount, BlockSizeIndex, FNHeaderP],
AllocatorOps USING[PlausibleRef, REFToNHP, sizeToBSI, bsiToSize, ExpandNormalFreeList],
Basics USING[Byte, BITAND, BITXOR, LowHalf, LongNumber],
CedarMicrocode USING[RECLAIMABLEREF, DISABLEMICROCODE, ENABLEMICROCODE],
Collector USING[InternalReclaim, Disposition],
DebuggerSwap USING[CallDebugger],
PrincOps USING[ControlLink, StateVector, zRET],
PrincOpsUtils USING[Codebase, GetReturnLink, MyLocalFrame],
RCMicrocodeOps USING[FOSTableHash, ASSIGNREF, OnZ, CREATEREF, RECLAIMABLEREF, RECLAIMEDREF, DISABLEMICROCODE, ENABLEMICROCODE, RCOverflowOccurred, RCUnderflowOccurred, LookFurtherAtReclaimedRef, ZCTFull, rcMicrocodeExists, rcMicrocodeWasEnabled, ALLOCATE, FREEPLEASE, NormalFreeListEmpty],
RTFrameHeapSnapshot USING[AcquireFrameHeapSnapshot, MapUncountedBodies, ReleaseFrameHeapSnapshot],
SafeStorage USING[Type, nullType],
StorageTraps USING[],
TrapSupport USING[BumpPC, GetTrapParam],
VM USING[Allocate, Free, Interval, AddressForPageNumber],
ZCT USING[fosEmpty, FOSTableIndex, FOSTableObject, FOSTableResidue, fosWildCard, HandleRCOverflow, HandleRCUnderflow, InitializeCleanup, logZCTBlockPages, TryToQItForFinalization, zct, zctBlockPages, zctBlockWords, ZCTObject, ZeroCountTable];