home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / msdos / programm / 2050 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  994 b 

  1. Path: sparky!uunet!mcsun!uknet!ox-prg!emerald.comlab!ptb
  2. From: ptb@prg.ox.ac.uk (Peter Breuer)
  3. Newsgroups: alt.msdos.programmer
  4. Subject: Re: Memory Model questions...
  5. Summary: Farmalloc caveat.
  6. Keywords: malloc farmalloc
  7. Message-ID: <4080@inca.comlab.ox.ac.uk>
  8. Date: 21 Jul 92 16:42:55 GMT
  9. References: <1992Jul16.013433.21392@sequent.com> <1992Jul16.195333.19202@sj.ate.slb.com>
  10. Sender: news@comlab.ox.ac.uk
  11. Reply-To: ptb@prg.ox.ac.uk (Peter Breuer)
  12. Organization: Oxford University Computing Laboratory, UK
  13. Lines: 13
  14.  
  15. In article <1992Jul16.195333.19202@sj.ate.slb.com> poffen@rushmore (Russ
  16. Poffenberger) writes:
  17. >
  18. >You don't need huge memory model to use huge pointers. You can use huge
  19. >pointers in ANY memory model. If your application only needs a few large
  20. >segments of memory, it is better to just use huge pointers and farmalloc
  21. >than to switch to a larger memory model.
  22. >
  23.  
  24. But note that "A tiny model program cannot make use of farmalloc"
  25. (turbo C manual).
  26.  
  27. Peter <ptb@uk.ac.ox.comlab>
  28.