Re: malloc() fails: 32MB heap limit and how to work around?
"Dave and Natalie" <[email protected]> Wed, 22 Oct 2003 00:22:41 -0800
| Newsgroups | gmane.comp.ide.emx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 21 Oct 2003 20:03:40 +0200, Thomas Hoffmann wrote: > >> >Not exactly: I use gcc 3.2.1. When compiling w/o -Zcrtdll my test >program uses (chk4dlls output): For your info, your test program can only allocate 32 MB with pgcc 2.95.3 as well as 3.2.1. GCC 2.81 and innoteks GCC 3.22 can allocate as much memory with -Zcrtdll as without Dave