From: Liche Newsgroups: comp.os.msdos.djgpp Subject: _fmalloc() equivalent in djgpp Date: Sat, 31 Jan 1998 03:32:05 +0800 Organization: New Silkera Network Lines: 10 Message-ID: <34D22AB4.3991C754@tp.silkera.net> NNTP-Posting-Host: ts118.tp.silkera.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is there a need for the equivalent of _fmalloc() in djgpp? I assume no, because there are no 64k segment restrictions (just learned that a day ago ;-). Does that mean malloc() will allocate memory dynamically from all of the available ram on my machine? Or are there other restrictions that limit the size of memory I can allocate dynamically with malloc()? What about new? And if my first assumption is incorrect, what is the _fmalloc() equivalent in djgpp? Thanks Liche