www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/12/13/12:46:12

Date: Fri, 13 Dec 2002 12:45:56 -0500
Message-Id: <200212131745.gBDHjuS11861@envy.delorie.com>
X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f
From: DJ Delorie <dj AT delorie DOT com>
To: djgpp AT delorie DOT com
In-reply-to: <F135Nbo9BYoqhF9cQoN0001a3e5@hotmail.com> (wkotala@hotmail.com)
Subject: Re: 40 MB buffer
References: <F135Nbo9BYoqhF9cQoN0001a3e5 AT hotmail DOT com>
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

> int buffer[10000000];

Try making this "static int" or allocate it with malloc().  The stack
size is limited, so local variables can't be unusually big.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019