Date: Tue, 13 Aug 1996 09:25:00 +0200 (IST) From: Eli Zaretskii To: John Luebs Cc: djgpp AT delorie DOT com Subject: Re: Allocated Memory usage In-Reply-To: <320FB17E.21C7@sprynet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 12 Aug 1996, John Luebs wrote: > If I used malloc() would it allocate XMS memory?? In DJGPP there is just memory. It actually comes from the XMS (most of the time), but you don't have to bother. All of the free memory above 1MB mark is available to DJGPP programs using `malloc', `calloc' and friends.