Re: memory management



David C. Hoos, Sr. wrote:

> There is no automatic deallocation of memory when an
> access object goes out of scope, unless the
> designated object is a controlled type.

Ada compiler are allowed to implement garbage collection - so they may be
automatic deallocation. And indeed there is in some setup (JGNAT, A# and
AdaCL).

Martin

--
mailto://krischik@xxxxxxxxxxxxxxxxxxxxx
Ada programming at: http://ada.krischik.com

.