On Thu, 2017-05-04 at 10:27 +0100, David Howells wrote: > Joe Perches <joe@xxxxxxxxxxx> wrote: > > > krealloc would probably be more efficient and possible > > readable as likely there's already padding in the original > > allocation. > > Given there's a maximum of 3 slots, I think it makes better sense to just > allocate them all up front. Sounds good to me. Simpler is frequently better.