From: toland@epix.net ("Phillip N Toland")
Subject: Re: Re[2]: serious bug with CYGNUS GCC b16
4 Dec 1996 20:01:25 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199612050337.WAA14442.cygnus.gnu-win32@epix.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Original-To: "Pascal OBRY" <Pascal.Obry@der.edfgdf.fr>,
        "W.Derks@nl.cis.philips.comReturn requestedReceipt notification requested" <W.Derks@nl.cis.philips.com>
Original-Cc: "gnu-win32@cygnus.comReturn requested" <gnu-win32@cygnus.com>
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
Original-Sender: owner-gnu-win32@cygnus.com

>      I don't know what the sizecommit parameter is, does somebody know ?

The Gnat gcc options may not have anything to do with this, but if I were
to make an educated guess...
Under Win32 you can "reserve" memory and "commit" memory whenever you
allocate memory.  The difference being that when you commit memory an
actual chunk of mem is set aside, however, if it is reserved then no actual
memory is allocated, the OS just takes note that you might need that much
memory and actually allocates it as you request it...I think. :-)  

HTH
Phil
"Ook."  --the Librarian

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
