Text preview for : Allocator.mesa_Sep78.pdf part of xerox Allocator.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_System Allocator.mesa_Sep78.pdf



Back to : Allocator.mesa_Sep78.pdf | Home

Allocator.mesa 2-Sep-78 14:14:54 Page 1



-- file Allocator.Mesa
-- last modified by Sandman, May 11, 1978 4:22 PM
DIRECTORY
InlineDefs: FROM "inlinedefs" USING [COPY, LongDiv, LongMult],
SystemDefs: FROM "systemdefs" USING [AllocateHeapNode, FreeHeapNode],
TableDefs: FROM "tabledefs" USING [
chunktype, OrderedTableIndex, Region, TableBase, TableIndex, TableLimit,
TableNotifier, TableSelector];
Allocator: PROGRAM IMPORTS SystemDefs EXPORTS TableDefs