UnsafeStoragePrivate.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Bob Hagmann, December 17, 1984 9:38:41 am PST
Beach, February 22, 1985 3:34:00 pm PST
Doug Wyatt, February 24, 1985 8:58:06 pm PST
DIRECTORY
Allocator USING [PUZone];
UnsafeStoragePrivate: DEFINITIONS
= BEGIN
InitializeTransientPageZone: PROC[];
NewTransientPageObject: PROC[self: Allocator.PUZone, size: CARDINAL]
RETURNS
[p: LONG POINTER];
FreeTransientPageObject: PROC[self: Allocator.PUZone, object: LONG POINTER];
END.