Message-ID: <33C98EA7.1A09@wanadoo.fr> Date: Mon, 14 Jul 1997 04:27:51 +0200 From: Alan Poppleton Organization: Home MIME-Version: 1.0 To: DJGPP Subject: mem copies Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk I have allocated two memory blocks with the malloc function. What is the fastest method of copying from one to the other? Would assembler help? If so what is the code? I am currently using memcpy to copy but I need to be as fast as possible. Also is there are faster method of setting a chunk of memory to a certain value than the memset function. Thanx for any help Tony