From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,109419a9e4966aaf X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!u72g2000cwu.googlegroups.com!not-for-mail From: "Adam Beneschan" Newsgroups: comp.lang.ada Subject: Re: Heap Memory Management Question(s) Date: 5 Apr 2006 17:17:58 -0700 Organization: http://groups.google.com Message-ID: <1144282677.970139.172020@u72g2000cwu.googlegroups.com> References: <443242EC.2060603@gmx.de> <4433A136.6080503@gmx.de> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1144282683 13145 127.0.0.1 (6 Apr 2006 00:18:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 6 Apr 2006 00:18:03 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: u72g2000cwu.googlegroups.com; posting-host=66.126.103.122; posting-account=cw1zeQwAAABOY2vF_g6V_9cdsyY_wV9w Xref: g2news1.google.com comp.lang.ada:3734 Date: 2006-04-05T17:17:58-07:00 List-Id: Florian Liekweg wrote: > Robert A Duff wrote: > > You might want to take a look at the (draft) Ada 2005 manual, > > which is available somewhere on www.adaic.com. > > > > Also, John Barnes' book has a nice discussion of access types and > > storage pools and whatnot. > Thank you for the pointers! Ahem...we don't use the term "pointers" in Ada. So that should be "Thank you for the access values." (sorry, couldn't resist) ;-) -- Adam