Message-ID: <33D3DD4D.2A12@wanadoo.fr> Date: Tue, 22 Jul 1997 00:06:05 +0200 From: Alan Poppleton Organization: Home MIME-Version: 1.0 To: DJGPP Subject: allocating/freeing question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk When is the next version of djgpp coming out? I have a problem with the malloc function. I am allocating and freeing memory constantly, and my program eventually runs out of memory! I have read that other people have been having the same problem, but I cant find a solution to my problem. I know I could just allocate all the memory in one big block at the beginning and then use my own memory routines, but this would be very difficult to implement in my program. Is there an easy way out of this such as a new malloc function that does reallocate freed memory? Perhaps it could be in the next version of djgpp! Thanx for any help Tony