-- XMAllocDefs.mesa
-- Written by Joe Maleson
-- Last changed by Doug Wyatt, October 27, 1980 3:10 PM

XMAllocDefs: DEFINITIONS = {

--routines exported by XMAlloc

AddToXMZone: PROCEDURE [lp: LONG POINTER, nwords: CARDINAL];

Allocate: PROCEDURE[nwords: CARDINAL] RETURNS[LONG POINTER];

Free: PROCEDURE[LONG POINTER];

}.