From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Repost: free() DOESN´T return memory to the system Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <2i7ass8e5jks0ihgakcv865vage2urr4ag@4ax.com> References: <969134507 DOT 984557 AT osiris DOT esoterica DOT pt> <39c3d96d DOT 43762513 AT news DOT freeserve DOT net> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 20 X-Trace: /Kkf2OzKHkkP3gqMDNXw95/fyTj41xjthXdwhSYgp5h/Tl8C27ENsypv+cdnXOu4i6k5gfMlpXAt!9nBY7uHtkxoZx0cAi7McjzymhgwYx1oAEipH2STNKHTxE/yNS2n72WSEKp/JcnYwasAL0Ct/PXoM!TUGUtg== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 17 Sep 2000 19:43:00 GMT Distribution: world Date: Sun, 17 Sep 2000 19:43:00 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 16 Sep 2000 20:35:32 GMT, dontmailme AT iname DOT com (Steamer) wrote: >Memory that is freed can be reused by your program (through >malloc, calloc or realloc). Because it isn't returned to the >DPMI server it can't be reused by a _different_ program, True... >but that's rarely a problem. Unless your program calls spawn() or system() that is... --