Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!hercules!fernwood!portal!cup.portal.com!cliffhanger From: cliffhanger@cup.portal.com (Cliff C Heyer) Newsgroups: comp.lang.c Subject: need better MSC5.1 malloc() w/garb coll. Message-ID: <30353@cup.portal.com> Date: 31 May 90 03:26:49 GMT Organization: The Portal System (TM) Lines: 19 Re: MS-DOS MSC 5.1 I'm using a library (w/o source code) that with heapwalk shows to have lousy memory management (it was ported from a "real" OS that takes care of these things) and after awhile malloc() returns "Out of memory" when in fact there is 150KB free but broken up into 1KB chunks between other "in use" data. I would like to replace the MSC malloc() routines with ones that do garbage collection (and maintain an internal table to derefrence pointers so this can be done). Has anyone heard of such a library, and where it can be bought? I suppose I could write it myself.... Cliff