SafeStoragePackage.config
Last Modified By Paul Rovner On December 2, 1983 10:32 am
SafeStoragePackage: CONFIGURATION LINKS: CODE
IMPORTS BasicLoadState, BcdOps, DebuggerSwap, DeviceCleanup, GermSwap, PrincOpsUtils, Process, ProcessorFace, Rope, TrapSupport, VM, VMSideDoor
EXPORTS AllocatorOps, Atom, AtomPrivate, Collector, List, RCMapOps, RCMicrocodeOps, RefQueue, RTFrameHeapSnapshot, RTTypesBasicPrivate, SafeStorage, SafeStorageOps, SafeStoragePrivate, StorageAccounting, StorageTraps, UnsafeStorage, ZCT
CONTROL
UnsafeAllocatorImpl,
AllocatorImpl,
StorageAccountingImpl,
TypesBasicImpl,
RefQueueImpl,
CollectorImpl,
ReclaimerImpl,
StorageTrapsImpl,
NewSafeStoragePinnedImpl,
ZCTImpl,
SafeStorageOpsImpl,
AtomImpl
= BEGIN
UnsafeAllocatorImpl;
AllocatorImpl;
StorageAccountingImpl;
TypesBasicImpl;
RefQueueImpl;
CollectorImpl;
ReclaimerImpl;
StorageTrapsImpl;
NewSafeStoragePinnedImpl;
ZCTImpl;
SafeStorageOpsImpl;
AtomImpl;
FQImpl;
RCMicrocodeImpl;
RCOvImpl;
SymbolAccessImpl;
RTFrameHeapSnapshotImpl;
TypesBasicExtensionImpl;
RCMapWalkerImpl;
RCMapBuilderImpl;
ListImpl;
END.