Hi Laurent, On 11/23/15 1:35 PM, Laurent Bourgès wrote:
It seems you are right: there is a potential remaining failure ! I tested my code in CrashTest but it passed as the off heap growth exponentially ie the mentioned case never happened !
Yes, I believe that the growth algorithms make this a theoretical failure that cannot happen in practice. Still, the logic seems odd to me and we shouldn't rely on "exponential growth patterns will never trigger these conditions" to make the logic correct only in situ...
...jim