Date: Fri, 28 Nov 1997 14:28:54 -0500 (EST) Message-Id: <199711281928.OAA03216@delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com Subject: Alternate malloc? Precedence: bulk In light of performance, efficiency, and copyright issues with DJGPP's current malloc, I explored other implementations of malloc that we might use instead. I've published my results online: http://www.delorie.com/djgpp/malloc/ Discussion and comments welcome. DJ