home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sources.wanted:3978 alt.sources.wanted:1376
- Newsgroups: comp.sources.wanted,alt.sources.wanted
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!iitmax!elof!bruifal
- From: bruifal@elof.iit.edu (Falke Bruinsma)
- Subject: Expanded memory -> heap
- Message-ID: <1992Aug16.193736.20505@iitmax.iit.edu>
- Sender: news@iitmax.iit.edu (News)
- Organization: Illinois Institute of Technology, Chicago
- Date: Sun, 16 Aug 92 19:37:36 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.
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-