./4: Moi j'appelle ca une MAUVAISE implantation. Meme AMS fait mieux.
./5: Non, c'est pas si simple.
Sinon tu peux faire un systeme de realloc progressif.
current += n
if (current > max)
{
max = min (2* current, current + 1000000)
r = realloc (current, max),
}