From: Message-Id: <200211300929.gAU9Tu114794@speedy.ludd.luth.se> Subject: malloc()s To: DJGPP-WORKERS Date: Sat, 30 Nov 2002 10:29:56 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean X-MailScanner-SpamScore: s Reply-To: djgpp-workers AT delorie DOT com In src/libc/ansi/stdlib/ there is bsdmallo.c which looks like some old malloc implementation which isn't used. Should it be removed? Or should we add CBFalconer's malloc as cbfmallo.c. If we just add them with new names we have the nice ability to switch which one we want by changing one line in the makefile. Right, MartinS