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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Memory pools Date: Thu, 31 May 2018 22:03:17 +0100 Organization: A noiseless patient Spider Message-ID: References: <13ec49fb-8c1a-42a4-b1a2-3984d0e159f7@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: h2725194.stratoserver.net; posting-host="b02e6b902043adbfe4e5d534ed5f91e5"; logging-data="32522"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/kIxbBbFrEDKzueXWaOwmhvg2RQmcNTSY=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:xdNMv5UxIlPVAW1LXgWJtuqfPps= sha1:uciplQ9ceb6aqpnmDpu1fLNzAQo= Xref: reader02.eternal-september.org comp.lang.ada:52820 Date: 2018-05-31T22:03:17+01:00 List-Id: gorgelo@hotmail.com writes: > -- Tampering checks are only for multi-task applications. > -- Since this application is single task we can safely > -- suppress tampering checks of the standard containers. Not true! Try forward looping over a Vector to find particuler members and deleting them in the loop.