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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e96c2a44f9b7cb1b X-Google-Attributes: gid103376,public From: Markus Kuhn Subject: Re: Allocating memory--Ada95 Date: 1998/05/19 Message-ID: <3561FF2A.3A7CF8C@cl.cam.ac.uk>#1/1 X-Deja-AN: 354757251 Content-Transfer-Encoding: 7bit References: <6jsa9j$ous$1@nnrp1.dejanews.com> Content-Type: text/plain; charset=us-ascii Organization: Cambridge University, Computer Laboratory Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-05-19T00:00:00+00:00 List-Id: jsanchor@my-dejanews.com wrote: > > I am trying to dynamically allocate storage(using 'new' allocator)...but I > need to allocate within certain bounds. Does anybody know how. Read section 13.11 of the ARM to learn how to declare your own storage pool manager for certain access types. Markus -- Markus G. Kuhn, Security Group, Computer Lab, Cambridge University, UK email: mkuhn at acm.org, home page: