Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!psuvax1!psuvm!dlv101 From: DLV101@psuvm.psu.edu (Dwaine VanBibber) Newsgroups: comp.os.msdos.programmer Subject: Coalescing memory for DOS Message-ID: <90346.130938DLV101@psuvm.psu.edu> Date: 12 Dec 90 18:09:38 GMT Organization: Penn State University Lines: 7 A while back there was some discussion about DOS's inability to coalesce freed memory and several people posted solutions. I have a couple of questions regarding this. First, what is "coalescing"? Why is it needed? When is it need (ie, when freeing objects from dynamic data structures?)? Lastly, how is it done? Examples in C and/or assembly would be appreciated. Thank you. --Dwaine