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,5a9bede4d09438a9 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Unbounded array Date: 1999/04/28 Message-ID: #1/1 X-Deja-AN: 471695312 References: <37247AA2.116F5E00@wbkst21.mach.uni-karlsruhe.de> <7g23a9$k3k$1@nnrp1.dejanews.com> <37262C39.D4F16DD8@wbkst21.mach.uni-karlsruhe.de> NNTP-Posting-Date: Tue, 27 Apr 1999 18:06:40 PDT Newsgroups: comp.lang.ada Date: 1999-04-28T00:00:00+00:00 List-Id: Pawel Kobylarz writes: > In my textbook, I found only operators new and unchecked deallocation, > nothing similar to realloc(). Is there in ADA something like > realloc? No, but you can just write a binding to C realloc from Ada.