home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3624 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.1 KB

  1. Xref: sparky comp.os.ms-windows.programmer.misc:3624 comp.os.ms-windows.programmer.tools:1491
  2. Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!uwm.edu!rutgers!att-out!cbnewsh!tsc
  3. From: tsc@cbnewsh.cb.att.com (tong.s.chen)
  4. Newsgroups: comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.tools
  5. Subject: Help, How to increase memory size of a process
  6. Keywords: memory size, data segment
  7. Message-ID: <1992Nov23.183954.20836@cbnewsh.cb.att.com>
  8. Date: 23 Nov 92 18:39:54 GMT
  9. Followup-To: comp.os.ms-windows.programmer.misc
  10. Distribution: usa
  11. Organization: AT&T
  12. Lines: 19
  13.  
  14.  
  15. Help!
  16. I've developed an MS window application using MS C/C++ 7.00 and Window Maker.
  17. The application works fine with a small set of test data, however, it failed
  18. with "Malloc Failed" message when I tried with a larger set of data (it is
  19. still less then 700K).
  20.  
  21. How can I increase the size of data segment? or allocate more data segments
  22. to a process?
  23. Is there a concept of swap space like UNIX?
  24. If so, how can I activate that?
  25.  
  26. Please e-mail me any suggestions or helps to "tsc@mtnet1.att.com".
  27.  
  28. Thank you for your help.
  29.  
  30. Tong Chen
  31. ATT-BL
  32. Middletown, NJ
  33.