home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sources / wanted / 3978 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  1.3 KB

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