Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!uakari.primate.wisc.edu!crdgw1!rpi!uupsi!sunic!news.funet.fi!ra!rosenber From: rosenber@ra.abo.fi (Robin Rosenberg INF) Newsgroups: comp.sys.amiga.programmer Subject: Unloading hunks Message-ID: Date: 21 Feb 91 17:34:50 GMT Sender: rosenber@ra.abo.fi Distribution: comp Organization: Abo Akademi University, Finland Lines: 9 I wonder... In some applications there is code that is needed only once, such as initialization code. Assuming that code located into one or more hunks of their own, is it then _legal_ to unlink these hunks from the segment list and simply FreeMem() the hunks? ----- Robin