home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!iitmax!elof!bruifal
- From: bruifal@elof.iit.edu (Falke Bruinsma)
- Subject: Expanded memory and the heap...
- Message-ID: <1992Aug15.163435.25855@iitmax.iit.edu>
- Sender: news@iitmax.iit.edu (News)
- Organization: Illinois Institute of Technology, Chicago
- Date: Sat, 15 Aug 92 16:34:35 GMT
- Lines: 19
-
-
- Hello
-
- I am writing a program that needs huge amounts of memory, at this moment
- around 700K. Basically it is one huge tree and I add new records to it
- by the following command NEW(ptr); However around the 600K (you guessed it)
- I get a heap overflow... Since I do have expanded memory I as wondering if
- someone can help me write a unit that makes the expanded memory an extension
- of the heap. So that the program accesses expanded memory whenever the heap
- is full.
-
- Thanx a lot
- Falke
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Falke Bruinsma
- (WildThing) in%"bruifal@minna.iit.edu"
- in%"bruifal@elof.iit.edu"
- Sex is like programming: One mistake and you support it a lifetime.
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-