home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6247 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.0 KB

  1. Path: sparky!uunet!vnet.ibm.com
  2. From: francis@vnet.ibm.com (Tim Francis)
  3. Message-ID: <19921106.072906.103@almaden.ibm.com>
  4. Date: Fri, 6 Nov 92 10:28:38 EST
  5. Subject: OS/2 compiler needed
  6. Newsgroups: comp.os.os2.programmer
  7. References: <4222@prune.bbn.com>
  8. Reply-To: francis@vnet.ibm.com
  9. Organization: IBM Canada Lab, WorkFrame/2 development
  10. Disclaimer: This posting represents the poster's views, not those of IBM
  11. Lines: 15
  12.  
  13. In article <4222@prune.bbn.com>,
  14. cherniac@bbn.com (Natasha Cherniack) writes:
  15. >
  16. >A friend of mine is looking for a compiler that will support malloc'ing large
  17. >amounts of data (~4 meg).  Currently he is using Microsoft and that only allows
  18. >malloc'ing up to one segment.  Are there any OS/2 compilers around that can do
  19. >this?  Words of wisdom and encouragement needed!! :)
  20. >
  21. >Please email to cherniac@bbn.com
  22. >Thanks
  23. >Natasha
  24.  
  25. OS/2 2.0 has a 32 bit flat memory model -- no more segments!  Any compiler
  26. that generates 32 bit code for OS/2 (such as IBM C Set/2) should be able
  27. to malloc as much as you want in one step.   -tim
  28.