Date: Tue, 18 Feb 2003 09:41:37 -0500 Message-Id: <200302181441.h1IEfaL02876@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: luckie AT netvigator DOT com CC: djgpp AT delorie DOT com In-reply-to: (luckie@netvigator.com) Subject: Re: huge buffer References: 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 Precedence: bulk > Are there any ways to allocate a 30000lines *81 characters in gcc? > conventional memory can't cope with that! Thanks DJGPP isn't limited to conventional memory. Unless you put such huge buffers on the stack, it won't have any problem dealing with that much memory.