comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@cs.nyu.edu (Robert Dewar)
Subject: Re: Unconstrained Objects
Date: 1995/04/07
Date: 1995-04-07T00:00:00+00:00	[thread overview]
Message-ID: <dewar.797262539@gnat> (raw)
In-Reply-To: 3m13mo$6b9@killerbee.jsc.nasa.gov

"Under what conditions does GNAT implicitly allocate from the heap"


Very few, we consider implicit heap allocations to be a bad thing. Here is
the complete list:

  1.  When a task is created, its dynamic storage is allocated from the heap

  2.  When the secondary stack for the main task has to be expanded, we
	get space from the heap (we will probably restrict this in a 
	future version).

  3.  At the start of execution, we use malloc to allocate space for
	dynamically sized global objects.






  parent reply	other threads:[~1995-04-07  0:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-03-31  0:00 Unconstrained Objects Eric Shulman
1995-04-04  0:00 ` Robert Dewar
1995-04-06  0:00   ` HUMPHREY_TERRY
1995-04-06  0:00     ` Cyrille Comar
1995-04-07  0:00       ` Robert Dewar
1995-04-07  0:00     ` Robert Dewar [this message]
     [not found] ` <3lt22a$18p@maple.enet.net>
1995-04-06  0:00   ` Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox