delorie.com/archives/browse.cgi | search |
Date: | Tue, 13 Aug 1996 09:25:00 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | John Luebs <jkluebs AT sprynet DOT com> |
Cc: | djgpp AT delorie DOT com |
Subject: | Re: Allocated Memory usage |
In-Reply-To: | <320FB17E.21C7@sprynet.com> |
Message-Id: | <Pine.SUN.3.91.960813092344.28748R-100000@is> |
Mime-Version: | 1.0 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |