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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "J-P. Rosen" Newsgroups: comp.lang.ada Subject: Re: access-to-classwide has non-static size? Date: Fri, 27 Mar 2015 15:58:35 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 27 Mar 2015 14:57:49 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="23dab0694e4174fdc880833ec67fa650"; logging-data="5121"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18UYRb5jzHBI5da37qKafmx" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: Cancel-Lock: sha1:a+79MFfp+/JDdcK+KcV5YzODnoE= Xref: news.eternal-september.org comp.lang.ada:25289 Date: 2015-03-27T15:58:35+01:00 List-Id: Le 27/03/2015 15:18, Simon Wright a écrit : > I've worked out how to do it at elaboration now: > > The_Instance_Events : access Event_Queues.Vector := > new Event_Queues.Vector (Capacity => Capacity); So, you are avoiding No_Implicit_Heap_Allocation by having an explicit heap allocation... ;-). Generally, you have No_Implicit_Heap_Allocation if you want to be certain to have no dynamic allocation at all. BTW, you started this thread explaining that you were aiming for the Ravenscar profile, but No_Implicit_Heap_Allocation is not part of Ravenscar. -- J-P. Rosen Adalog 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 http://www.adalog.fr