From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: malloc() Date: Sat, 18 Sep 1999 12:19:55 -0500 Organization: Rose-Hulman Institute of Technology Lines: 7 Message-ID: <7s0hnu$fbh$1@solomon.cs.rose-hulman.edu> NNTP-Posting-Host: yerricde.laptop.rose-hulman.edu X-Trace: solomon.cs.rose-hulman.edu 937675326 15729 137.112.205.146 (18 Sep 1999 17:22:06 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 18 Sep 1999 17:22:06 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The malloc() you are probably using to write DJGPP programs was made by BSD, and the University of California AT Berkeley owns your malloc(). I have found alternatives at http://www.delorie.com/djgpp/malloc/ but how do I use them instead of BSD malloc()?