home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!ames!network.ucsd.edu!mvb.saic.com!dayton.saic.com!repoman.dayton.saic.com!nitewind
- From: nitewind@repoman.dayton.saic.com (SAIC - Research Park)
- Newsgroups: alt.msdos.programmer
- Subject: Help: Addressing Extended Memory
- Date: 12 Jan 1993 21:07:17 GMT
- Organization: Science Applications Intl Corp - Dayton, OH
- Lines: 10
- Distribution: world
- Message-ID: <1ivbu5INN9jc@dayub.dayton.saic.com>
- NNTP-Posting-Host: repoman.dayton.saic.com
-
-
- I have a 386SX running MS-DOS 5.0, 4 megs of RAM, and a Microsoft
- C 6.0 compiler. I have an application where I have to allocate a large
- number of data structs, and seem to be stopped by the 640K limit.
-
- Is there any method for extending the program addressing space beyond
- 640K?
-
- I've been messing with malloc, halloc and _falloc, all to no avail.
- Any suggestions?
-