To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: malloc Date: Mon, 10 May 93 15:20:30 PDT From: Jonathan Ryshpan >I read an article some years back that discussed various memory allocation >schemes... Memory allocation is discussed in GORY detail (as usual) in Don Knuth's "Fundamental Algorithms", section 2.5. In brief: "First fit" is better than "best fit". Of course the best thing is to tune the algorithm for your application. Jonathan Ryshpan ===============> I write for myself ONLY. <===============