Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!shelby!Portia!gilham From: gilham@Portia.Stanford.EDU (fred gilham) Newsgroups: comp.sys.amiga Subject: Re: Memory Fragmentation, looking for compaction Message-ID: <877@Portia.Stanford.EDU> Date: 13 Mar 89 23:32:10 GMT References: Sender: fred gilham Reply-To: gilham@Portia.UUCP (fred gilham) Distribution: comp Organization: Stanford University Lines: 20 In article sdk@surya.cs.ucla.edu (Scott D Kalter) writes: > > . . . >but did not see anything that could perform a compaction. > >Does anyone know of such a utility? > >Thanks, > >-Scott Kalter Doing memory compaction is (virtually??) impossible because it would involve modifying the pointers in the programs that use the memory. The only real solution is virtual memory. (If anyone knows different please correct me...) -Fred Gilham