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,88f482297d40dac1,start X-Google-Attributes: gid103376,public From: jes2358@imap3.asu.edu Subject: Question about new allocator Date: 1997/02/10 Message-ID: #1/1 X-Deja-AN: 217828819 x-sender: jes2358@general3.asu.edu content-type: TEXT/PLAIN; charset=US-ASCII organization: Arizona State University mime-version: 1.0 newsgroups: comp.lang.ada Date: 1997-02-10T00:00:00+00:00 List-Id: I am wondering if the new allocator will return NULL if the heap is full as it does in C++ or if Ada has some other convention. I am new to Ada and can't seem to find this discussed anywhere. The context I am thinking about this is in trying to write a Boolean type IsFull function for a Queue package. If you can help with a suggestion, please email to jsherman@asu.edu. Thanks in advance.