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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,64a170311efeb61f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-14 18:02:22 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!howland.erols.net!portc.blue.aol.com.MISMATCH!portc03.blue.aol.com!peerfeed.news.psi.net!filter.news.psi.net!reader.dist.news.psi.net!client!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada References: Subject: Re: Storage Pool X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 Message-ID: Date: Thu, 14 Jun 2001 20:02:39 -0500 NNTP-Posting-Host: 156.46.62.124 X-Trace: client 992566941 156.46.62.124 (Thu, 14 Jun 2001 21:02:21 EDT) NNTP-Posting-Date: Thu, 14 Jun 2001 21:02:21 EDT Xref: archiver1.google.com comp.lang.ada:8756 Date: 2001-06-14T20:02:39-05:00 List-Id: ANH_VO@udlp.com wrote in message ... >Is it correct to assume that Size_In_Storage_Element mod Alignment = 0 for both >subprograms Allocate and Deallocate for any type derived from Root_Storage_Pool >as shown below I don't think you should assume anything not required by the reference manual. And certainly this is not required by the reference manual. Unless you want your code to work only with a particular implementation. Randy. GNAT /= Ada 95