Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!wuarchive!mit-eddie!uw-beaver!zephyr.ens.tek.com!tektronix!sequent!mntgfx!franka From: franka@mentor.com (Frank A. Adrian) Newsgroups: comp.sys.apollo Subject: Re: JLRU Message-ID: <1990Feb8.000315.3694@mentor.com> Date: 8 Feb 90 00:03:15 GMT References: <9002071439.AA03945@richter.mit.edu> Reply-To: franka@mntgfx.UUCP (Frank A. Adrian) Distribution: na Organization: /etc/organization Lines: 14 In article <9002071439.AA03945@richter.mit.edu> krowitz%richter@UMIX.CC.UMICH.EDU (David Krowitz) writes: >... Either the program will refuse to start, or it will >grab the maximum amount of disk space it could use and then start >and run to completion. Actually, it grabs the amount of disk space necessary for the text segment, the static data objects, and the stack. Storage for dy- namically allocated objects (via malloc, etc.) is allocated as needed. This doesn't help much for FORTRAN common blocks, though. -- Frank A. Adrian Mentor Graphics, Inc. franka@mntgfx.com