home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4863 < prev    next >
Encoding:
Text File  |  1992-08-15  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!iitmax!elof!bruifal
  3. From: bruifal@elof.iit.edu (Falke Bruinsma)
  4. Subject: Expanded memory and the heap...
  5. Message-ID: <1992Aug15.163435.25855@iitmax.iit.edu>
  6. Sender: news@iitmax.iit.edu (News)
  7. Organization: Illinois Institute of Technology, Chicago
  8. Date: Sat, 15 Aug 92 16:34:35 GMT
  9. Lines: 19
  10.  
  11.  
  12. Hello
  13.  
  14. I am writing a program that needs huge amounts of memory, at this moment 
  15. around 700K. Basically it is one huge tree and I add new records to it
  16. by the following command NEW(ptr); However around the 600K (you guessed it)
  17. I get a heap overflow... Since I do have expanded memory I as wondering if
  18. someone can help me write a unit that makes the expanded memory an extension
  19. of the heap. So that the program accesses expanded memory whenever the heap
  20. is full. 
  21.  
  22.    Thanx a lot
  23.      Falke
  24. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25.    Falke Bruinsma
  26.    (WildThing)                  in%"bruifal@minna.iit.edu"
  27.                                 in%"bruifal@elof.iit.edu"
  28.    Sex is like programming: One mistake and you support it a lifetime.
  29. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30.