Date: Mon, 24 May 1999 16:21:51 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Burton Radons cc: djgpp AT delorie DOT com Subject: Re: Is realloced memory copied when necessary? In-Reply-To: <374988d5.62603017@news.cow-net.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 23 May 1999, Burton Radons wrote: > reallocing to new memory implies that the previous memory has been > free'd. Before you post such assertions, please check whether it is correct. It isn't. DJGPP's version of realloc only relocates the memory if necessary. The sources are freely available, so it is very simple to look there.