Newsgroups: comp.sys.mac.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!ux1.cso.uiuc.edu!midway!quads.uchicago.edu!fri0 From: fri0@quads.uchicago.edu (Christian Fritze) Subject: Setting aside temporary heap space while loading INIT? Message-ID: <1991May4.233120.6902@midway.uchicago.edu> Sender: news@midway.uchicago.edu (NewsMistress) Organization: University of Chicago Date: Sat, 4 May 1991 23:31:20 GMT I am writing an INIT which locks a good deal of code and resources into the system heap. Because I use a fair amount of space, I want to make to allocate as little space as I absolutely can. At the moment, it takes about twice as much space in the sys heap to get everything loaded than the final blocks I leave behind actually occupy. Since the amount of heap space designated with the SYSZ resource is permanent, what kind of strategies can I employ in order to keep separate those memory requirements which are 1) temporary - for setting things up, and 2) permanent - the actual patch and associated resources which remain lock in the sys heap? Any help appreciated; I will keep scouring IM and other sources in the meantime :-) -- Christian E. Fritze | AOL:geneman University of Chicago | fri0@midway.uchicago.edu Molecular Genetics and Cell Biology | "No one ever died of laughing" -M.B. --