Deutsch   English   Français   Italiano  
<v5gt8l$23d7q$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Vir Campestris <vir.campestris@invalid.invalid>
Newsgroups: comp.lang.c
Subject: Re: realloc() - frequency, conditions, or experiences about
 relocation?
Date: Wed, 26 Jun 2024 12:15:33 +0100
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <v5gt8l$23d7q$3@dont-email.me>
References: <v4ojs8$gvji$1@dont-email.me>
 <v5e090$1fr82$1@raubtier-asyl.eternal-september.org>
 <v5e7m6$1gt2p$3@dont-email.me>
 <v5e9li$1hil5$1@raubtier-asyl.eternal-september.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 26 Jun 2024 13:15:33 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="33717825154947d0235c868c3b1181dd";
	logging-data="2209018"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+UjZDOkCPU8ZyfTxyyf5sOfDvmvm4zISM="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:hTtjgBuJZu43pQt5ARFWkMdUWrQ=
In-Reply-To: <v5e9li$1hil5$1@raubtier-asyl.eternal-september.org>
Content-Language: en-GB
Bytes: 1462

On 25/06/2024 12:28, Bonita Montero wrote:
> 
> The interesting part is that after doing the first realloc()
> the memory being freee isn't reused for the next malloc().

That's entirely implementation dependent.

Andy