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,c1b1b81e16e83802 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-30 03:31:36 PST From: "Rodrigo Garcia" Newsgroups: comp.lang.ada References: Subject: Re: Help-memory allocation Date: Mon, 30 Jun 2003 12:30:44 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 NNTP-Posting-Host: lglpc31.epfl.ch Message-ID: <3f001184$1@epflnews.epfl.ch> X-Trace: epflnews.epfl.ch 1056969092 128.178.76.8 (30 Jun 2003 12:31:32 +0200) Organization: EPFL Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.mailgate.org!news-zh.switch.ch!switch.ch!epflnews.epfl.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:39926 Date: 2003-06-30T12:30:44+02:00 List-Id: Vinzent is right. Look at: ARM 4.8 (14). Rodrigo "Vinzent Hoefler" wrote in message news:bdov56$v7na6$1@ID-175126.news.dfncis.de... prashna wrote: >How to check whether the memory is allocated or not when using new >operator?in other words, what the operator "new" returns if memory >allocation fails? I'd say, it raises the Storage_Error exception. Vinzent.