Text preview for : Fsp.mesa_Oct77.pdf part of xerox Fsp.mesa Oct77 xerox mesa 3.0_1977 listing Fsp.mesa_Oct77.pdf



Back to : Fsp.mesa_Oct77.pdf | Home

fsp .mESA 24-0CT-77 18:23 :01 Page 1


-- Fsp.Mesa Edited by Sandman on August 31. 1977 1:40 PM
DIRECTORY
AltoDcfs: FROM "altodefs".
SystemDefs: FROM "systemdefs".
StringDefs: FROM "stringdefs".
FSPDefs: FROM "fspdefs":
DEFINITIONS FROM FSPDefs:
FSP: PROGRAM
IMPORTS StringDefs. SystemDefs EXPORTS FSPDefs. SystemDefs SHARES FSPDefs PUBLIC
BEGIN -- Mesa Free Storage Package --
A set of procedures to manage allocation within a zone.
Coalescing of free nodes occurs during allocation: all
free nodes following a candidate node are merged befor~
any space is allocated. The logic is derived from a
BCPL program by E. M. McCreight and was suggested by an
exercise in Knuth Volume I. p. 463 #19
UsedNodeSize: PRIVATE BlockSize