home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / msdos / programm / 3143 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  893 b 

  1. 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
  2. From: nitewind@repoman.dayton.saic.com (SAIC - Research Park)
  3. Newsgroups: alt.msdos.programmer
  4. Subject: Help: Addressing Extended Memory
  5. Date: 12 Jan 1993 21:07:17 GMT
  6. Organization: Science Applications Intl Corp - Dayton, OH
  7. Lines: 10
  8. Distribution: world
  9. Message-ID: <1ivbu5INN9jc@dayub.dayton.saic.com>
  10. NNTP-Posting-Host: repoman.dayton.saic.com
  11.  
  12.  
  13. I have a 386SX running MS-DOS 5.0, 4 megs of RAM, and a Microsoft 
  14. C 6.0 compiler. I have an application where I have to allocate a large
  15. number of data structs, and seem to be stopped by the 640K limit.  
  16.  
  17. Is there any method for extending the program addressing space beyond 
  18. 640K?
  19.  
  20. I've been messing with malloc, halloc and _falloc, all to no avail.  
  21. Any suggestions?
  22.