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,42a57c8ee023f14d X-Google-Attributes: gid103376,public From: Hannes Haug Subject: Re: Q: memory management Date: 1996/06/21 Message-ID: #1/1 X-Deja-AN: 161362488 sender: haugha@chaq.informatik.uni-tuebingen.de references: <9606192037.AA13484@most> organization: Uni Tuebingen newsgroups: comp.lang.ada Date: 1996-06-21T00:00:00+00:00 List-Id: >>>>> "Robert" == Robert Dewar writes: Robert> Hannes said "I have several 100000 memory regions of Robert> different, not at compile time known quite small sizes." Robert> I cannot conceive of any legitimate need in an Ada program Robert> for allocating several hundred thousand small areas of raw Robert> memory. Possibly one could imagine a C program doing this, Robert> but not an Ada program. Imagine bignum arithmetic with garbage collection. If I'd have just some bignums there would be too many garbage collections. - hannes