From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: malloc() and CWSDPMI 4.0 Date: Mon, 19 Jul 1999 15:03:36 Organization: Aspen Technology, Inc. Lines: 11 Message-ID: <37933e48.sandmann@clio.rice.edu> References: <378bbab9 DOT 22414525 AT news DOT uni-wuppertal DOT de> <378CB591 DOT 82CC6753 AT americasm01 DOT nt DOT com> <378e1f70 DOT 6963482 AT news DOT uni-wuppertal DOT de> <378E3E83 DOT 144617B0 AT americasm01 DOT nt DOT com> <3790dc42 DOT 950074 AT news DOT uni-wuppertal DOT de> NNTP-Posting-Host: ptdemo.aco.aspentech.com X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > yes, I have used CWSDPR0.EXE, but then i allocate with malloc() 64 MB > and without 32 MB, although I habe 96 MB Ram and I must examine the > reason. This may be a limitation of what you have in the config.sys : HIMEM.SYS, EMM386.SYS (or commercial enhanced versions - QEMM, 386MAX) Without HIMEM.SYS you are limited to 64Mb. To access more than 64Mb you *must* have HIMEM.SYS from Win95 or Win98 in your config.sys! With EMM386 you may be limited to 16Mb, 32Mb or some amount based on which version you have. I recommend removing EMM386 or using the NOEMS NOVCPI keywords.